Primavera Integration API 7.0

com.primavera.integration.client.bo.enm
Class NegativeCurrencyFormat

java.lang.Object
  extended by com.primavera.integration.client.bo.enm.EnumType
      extended by com.primavera.integration.client.bo.enm.NegativeCurrencyFormat

public class NegativeCurrencyFormat
extends EnumType

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
static NegativeCurrencyFormat NULL
           
static NegativeCurrencyFormat NUMBER_SIGN_SPACE_SYMBOL
           
static NegativeCurrencyFormat NUMBER_SIGN_SYMBOL
           
static NegativeCurrencyFormat NUMBER_SPACE_SYMBOL_SIGN
           
static NegativeCurrencyFormat NUMBER_SYMBOL_SIGN
           
static NegativeCurrencyFormat PARENTHESIS_NUMBER_SPACE_SYMBOL
           
static NegativeCurrencyFormat PARENTHESIS_NUMBER_SYMBOL
           
static NegativeCurrencyFormat PARENTHESIS_SYMBOL_NUMBER
           
static NegativeCurrencyFormat PARENTHESIS_SYMBOL_SPACE_NUMBER
           
static NegativeCurrencyFormat SIGN_NUMBER_SPACE_SYMBOL
           
static NegativeCurrencyFormat SIGN_NUMBER_SYMBOL
           
static NegativeCurrencyFormat SIGN_SYMBOL_NUMBER
           
static NegativeCurrencyFormat SIGN_SYMBOL_SPACE_NUMBER
           
static NegativeCurrencyFormat SYMBOL_NUMBER_SIGN
           
static NegativeCurrencyFormat SYMBOL_SIGN_NUMBER
           
static NegativeCurrencyFormat SYMBOL_SPACE_NUMBER_SIGN
           
static NegativeCurrencyFormat SYMBOL_SPACE_SIGN_NUMBER
           
 
Method Summary
 java.lang.String getDescription()
          Gets the description of this NegativeCurrencyFormat instance
static java.lang.String[] getEnumDescriptions()
          Gets an array of all descriptions for this enumeration
static java.lang.String[] getEnumValues()
          Gets an array of all internal values for this enumeration
static NegativeCurrencyFormat getNegativeCurrencyFormat(int iNegativeCurrencyFormat)
          Gets an instance of NegativeCurrencyFormat based on the integer value specified.
static NegativeCurrencyFormat getNegativeCurrencyFormat(java.lang.String sNegativeCurrencyFormat)
          Gets an instance of NegativeCurrencyFormat based on the String value specified.
 java.lang.String getValue()
          Gets the internal value of this NegativeCurrencyFormat instance
 java.lang.String toString()
          Returns a string representation of the object, which is the same as the description returned by the getDescription() method
 
Methods inherited from class com.primavera.integration.client.bo.enm.EnumType
equals, hashCode, intValue
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL

public static final NegativeCurrencyFormat NULL

PARENTHESIS_SYMBOL_NUMBER

public static final NegativeCurrencyFormat PARENTHESIS_SYMBOL_NUMBER

SIGN_SYMBOL_NUMBER

public static final NegativeCurrencyFormat SIGN_SYMBOL_NUMBER

SYMBOL_SIGN_NUMBER

public static final NegativeCurrencyFormat SYMBOL_SIGN_NUMBER

SYMBOL_NUMBER_SIGN

public static final NegativeCurrencyFormat SYMBOL_NUMBER_SIGN

PARENTHESIS_NUMBER_SYMBOL

public static final NegativeCurrencyFormat PARENTHESIS_NUMBER_SYMBOL

SIGN_NUMBER_SYMBOL

public static final NegativeCurrencyFormat SIGN_NUMBER_SYMBOL

NUMBER_SIGN_SYMBOL

public static final NegativeCurrencyFormat NUMBER_SIGN_SYMBOL

NUMBER_SYMBOL_SIGN

public static final NegativeCurrencyFormat NUMBER_SYMBOL_SIGN

SIGN_NUMBER_SPACE_SYMBOL

public static final NegativeCurrencyFormat SIGN_NUMBER_SPACE_SYMBOL

SIGN_SYMBOL_SPACE_NUMBER

public static final NegativeCurrencyFormat SIGN_SYMBOL_SPACE_NUMBER

NUMBER_SPACE_SYMBOL_SIGN

public static final NegativeCurrencyFormat NUMBER_SPACE_SYMBOL_SIGN

SYMBOL_SPACE_NUMBER_SIGN

public static final NegativeCurrencyFormat SYMBOL_SPACE_NUMBER_SIGN

SYMBOL_SPACE_SIGN_NUMBER

public static final NegativeCurrencyFormat SYMBOL_SPACE_SIGN_NUMBER

NUMBER_SIGN_SPACE_SYMBOL

public static final NegativeCurrencyFormat NUMBER_SIGN_SPACE_SYMBOL

PARENTHESIS_SYMBOL_SPACE_NUMBER

public static final NegativeCurrencyFormat PARENTHESIS_SYMBOL_SPACE_NUMBER

PARENTHESIS_NUMBER_SPACE_SYMBOL

public static final NegativeCurrencyFormat PARENTHESIS_NUMBER_SPACE_SYMBOL
Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object, which is the same as the description returned by the getDescription() method

Overrides:
toString in class java.lang.Object
Returns:
String a string representation of the object

getValue

public java.lang.String getValue()
Gets the internal value of this NegativeCurrencyFormat instance

Specified by:
getValue in class EnumType
Returns:
String the internal value

getDescription

public java.lang.String getDescription()
Gets the description of this NegativeCurrencyFormat instance

Specified by:
getDescription in class EnumType
Returns:
String the description

getNegativeCurrencyFormat

public static NegativeCurrencyFormat getNegativeCurrencyFormat(java.lang.String sNegativeCurrencyFormat)
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

public static NegativeCurrencyFormat getNegativeCurrencyFormat(int iNegativeCurrencyFormat)
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

public static java.lang.String[] getEnumValues()
Gets an array of all internal values for this enumeration

Returns:
String[] an array of all internal values

getEnumDescriptions

public static java.lang.String[] getEnumDescriptions()
Gets an array of all descriptions for this enumeration

Returns:
String[] an array of all descriptions

Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.