| typedef sequence<Unit> corba::common::UnitSeq |
| typedef sequence<ChargeTraits> corba::common::ChargeTraitsSeq |
| typedef sequence<RoundRule> corba::common::RoundRuleSeq |
| typedef sequence<TaxKey> corba::common::TaxKeySeq |
| typedef sequence<Account> corba::common::AccountSeq |
| typedef sequence<Currency> corba::common::CurrencySeq |
| typedef sequence<Date> corba::common::DateSeq |
Definition at line 51 of file corba_utility.idl.
| typedef sequence<CfgError> corba::common::CfgErrorSeq |
| typedef sequence<octet> corba::common::Utf8String |
Definition of the Utf8String type as a sequence of octets (bytes).
Definition at line 44 of file utf8string.idl.
Charge type to indicate if an amount is gross or net.
| ct_unknown | Unknown is always in the 1st position as so to have a value of 0 in the generated stub. |
| ct_gross | Indicates amount is gross. |
| ct_net | Indicates amount is net. |
Definition at line 39 of file chargetraits.idl.
Possible types of account.
| Assets | Assets account type. |
| Liabilities | Liabilities account type. |
| Capital | Capital account type. |
Definition at line 50 of file chargetraits.idl.
Types of applicable round rules for an amount.
| rr_unknown | Unknown round rule. |
| rr_roundUp | Rounding required. |
| rr_dontRound | Rounding not required. |
Definition at line 57 of file chargetraits.idl.
Types of taxation keys.
| tktUnknown | Unknown tax key. |
| tktAssociate | Associate taxation keys. |
| tktContract | Contract taxation keys. |
| tktProduct | Product taxation keys. |
Definition at line 64 of file chargetraits.idl.
Definition of configuration status type.
| editable | Status editable. |
| standby | Status standby. |
| testing | Status testing. |
| released | Status released. |
| unknown | Status unknown. |
Definition at line 82 of file corba_utility.idl.
1.4.7