Base Framework
Public Types | List of all members
MonetaryFormatSet Class Reference

Inherits Object.

Public Types

enum  CurrencyPosition { PRECEDES_QUANTITY, SUCCEEDS_QUANTITY, PRECEDES_QUANTITY_WITH_SPACE, SUCCEEDS_QUANTITY_WITH_SPACE }
 
enum  SignPosition {
  PARENTHESES, SIGN_PRECEDES_QUANTITY, SIGN_SUCCEEDS_QUANTITY, SIGN_PRECEDES_SYMBOL,
  SIGN_SUCCEEDS_SYMBOL
}
 

Member Enumeration Documentation

◆ CurrencyPosition

Relative currency positions.

Enumerator
PRECEDES_QUANTITY 

Currency symbol immediately precedes the quantity (i.e. symbol and quantity are not separated).

SUCCEEDS_QUANTITY 

Currency symbol immediately succeeds the quantity (i.e. symbol and quantity are not separated).

PRECEDES_QUANTITY_WITH_SPACE 

Currency symbol precedes the quantity but is separated with a space.

SUCCEEDS_QUANTITY_WITH_SPACE 

Currency symbol succeeds the quantity but is separated with a space.

◆ SignPosition

Relative sign positions.

Enumerator
PARENTHESES 

Quantity is contained within parentheses.

SIGN_PRECEDES_QUANTITY 

Sign precedes quantity and currency symbol.

SIGN_SUCCEEDS_QUANTITY 

Sign succeeds quantity and currency symbol.

SIGN_PRECEDES_SYMBOL 

Sign immediately precedes the currency symbol.

SIGN_SUCCEEDS_SYMBOL 

Sign immediately succeeds the currency symbol.

Member Data Documentation

◆ currencyPosition

CurrencyPosition MonetaryFormatSet::currencyPosition

The position of the currency symbol for negative quantities.

The position of the currency symbol for positive quantities.

◆ signPosition

SignPosition MonetaryFormatSet::signPosition

The position of the sign designator for negative quantities.

The position of the sign designator for positive quantities.