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