Class NegativeCurrencyFormat
java.lang.Object
com.primavera.integration.client.bo.enm.EnumType
com.primavera.integration.client.bo.enm.NegativeCurrencyFormat
Negative currency format enumerations are used with currencies for specifying a symbol.
To use an enumeration in a where clause, make sure you use the internal database value. This can be retrieved from a particular enum instance by calling getValue().
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormatstatic final NegativeCurrencyFormat -
Method Summary
Modifier and TypeMethodDescriptionGets the description of this NegativeCurrencyFormat instancestatic String[]Gets an array of all descriptions for this enumerationstatic String[]Gets an array of all internal values for this enumerationstatic NegativeCurrencyFormatgetNegativeCurrencyFormat(int iNegativeCurrencyFormat) Gets an instance of NegativeCurrencyFormat based on the integer value specified.static NegativeCurrencyFormatgetNegativeCurrencyFormat(String sNegativeCurrencyFormat) Gets an instance of NegativeCurrencyFormat based on the String value specified.getValue()Gets the internal value of this NegativeCurrencyFormat instancetoString()Returns a string representation of the object, which is the same as the description returned by the getDescription() method
-
Field Details
-
NULL
-
PARENTHESIS_SYMBOL_NUMBER
-
SIGN_SYMBOL_NUMBER
-
SYMBOL_SIGN_NUMBER
-
SYMBOL_NUMBER_SIGN
-
PARENTHESIS_NUMBER_SYMBOL
-
SIGN_NUMBER_SYMBOL
-
NUMBER_SIGN_SYMBOL
-
NUMBER_SYMBOL_SIGN
-
SIGN_NUMBER_SPACE_SYMBOL
-
SIGN_SYMBOL_SPACE_NUMBER
-
NUMBER_SPACE_SYMBOL_SIGN
-
SYMBOL_SPACE_NUMBER_SIGN
-
SYMBOL_SPACE_SIGN_NUMBER
-
NUMBER_SIGN_SPACE_SYMBOL
-
PARENTHESIS_SYMBOL_SPACE_NUMBER
-
PARENTHESIS_NUMBER_SPACE_SYMBOL
-
-
Method Details
-
toString
Returns a string representation of the object, which is the same as the description returned by the getDescription() method -
getValue
Gets the internal value of this NegativeCurrencyFormat instance -
getDescription
Gets the description of this NegativeCurrencyFormat instance- Specified by:
getDescriptionin classEnumType- Returns:
- String the description
-
getNegativeCurrencyFormat
Gets an instance of NegativeCurrencyFormat based on the String value specified.- Parameters:
sNegativeCurrencyFormat- the internal value or description- Returns:
- NegativeCurrencyFormat the unique NegativeCurrencyFormat instance
-
getNegativeCurrencyFormat
Gets an instance of NegativeCurrencyFormat based on the integer value specified.- Parameters:
iNegativeCurrencyFormat- an integer representing a particular value of this class. This value is also used when exporting to XML.- Returns:
- NegativeCurrencyFormat the unique NegativeCurrencyFormat instance
-
getEnumValues
Gets an array of all internal values for this enumeration- Returns:
- String[] an array of all internal values
-
getEnumDescriptions
Gets an array of all descriptions for this enumeration- Returns:
- String[] an array of all descriptions
-