Class DisplayDensityType
java.lang.Object
com.primavera.integration.client.bo.enm.EnumType
com.primavera.integration.client.bo.enm.DisplayDensityType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DisplayDensityTypestatic final DisplayDensityTypestatic final DisplayDensityTypestatic final DisplayDensityType -
Method Summary
Modifier and TypeMethodDescriptionGets the description of this DisplayDensityType instancestatic DisplayDensityTypegetDisplayDensityType(int iDisplayDensityType) Gets an instance of DisplayDensityType based on the integer value specified.static DisplayDensityTypegetDisplayDensityType(String sDisplayDensityType) Gets an instance of DisplayDensityType based on the String value specified.static String[]Gets an array of all descriptions for this enumerationstatic String[]Gets an array of all internal values for this enumerationgetValue()Gets the internal value of this DisplayDensityType instancetoString()Returns a string representation of the object, which is the same as the description returned by the getDescription() method
-
Field Details
-
NULL
-
COMPACT
-
COZY
-
COMFORTABLE
-
-
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 DisplayDensityType instance -
getDescription
Gets the description of this DisplayDensityType instance- Specified by:
getDescriptionin classEnumType- Returns:
- String the description
-
getDisplayDensityType
Gets an instance of DisplayDensityType based on the String value specified.- Parameters:
sDisplayDensityType- the internal value or description- Returns:
- DisplayDensityType the unique DisplayDensityType instance
-
getDisplayDensityType
Gets an instance of DisplayDensityType based on the integer value specified.- Parameters:
iDisplayDensityType- an integer representing a particular value of this class. This value is also used when exporting to XML.- Returns:
- DisplayDensityType the unique DisplayDensityType 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
-