immutable class SIGN_POSITIONS < $ENUMS{SIGN_POSITIONS} |
---|
**** |
________This_is_an_enumeration_class_which_describes_the_different ___positions_in_which_a_plus/minus_sign_may_be_placed_when_formatting ___a_monetary_quantity. ________There_should_be_associated_message_files_with_entries_containing ___words_indicating_the_following_semantics_given_in_English_below ________Parentheses_-_the_fact_that_a_quantity_is_negative_is_indicated_by ______________________enclosing_it_and_the_monetary_symbol_in_parentheses. ________Preceding_-_the_sign_appears_in_front_of_the_value ________Following_-_the_sign_appears_after_the_value ________After_-_the_sign_appears_after_the_currency_symbol ________Before_-_the_sign_appears_in_front_of_the_currency_symbol. |
$ENUMS{_} | $BINARY | $NIL | $IS_NIL | $ANCHORED_FMT | $FMT | $STR | $TEXT | $HASH | $IS_EQ |
After_SY : SAME |
---|
Before_SY : SAME |
---|
Following : SAME |
---|
Parentheses : SAME |
---|
Preceding : SAME |
---|
const val_count : CARD := 5 ; |
---|