Class BaselineActMatchType
java.lang.Object
com.primavera.integration.client.bo.enm.EnumType
com.primavera.integration.client.bo.enm.BaselineActMatchType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BaselineActMatchTypestatic final BaselineActMatchTypestatic final BaselineActMatchType -
Method Summary
Modifier and TypeMethodDescriptionstatic BaselineActMatchTypegetBaselineActMatchType(int iBaselineActMatchType) Gets an instance of BaselineActMatchType based on the integer value specified.static BaselineActMatchTypegetBaselineActMatchType(String sBaselineActMatchType) Gets an instance of BaselineActMatchType based on the String value specified.Gets the description of this BaselineActMatchType instancestatic 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 BaselineActMatchType instancetoString()Returns a string representation of the object, which is the same as the description returned by the getDescription() method
-
Field Details
-
NULL
-
ACTIVITYCODE
-
ACTIVITYGUID
-
-
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 BaselineActMatchType instance -
getDescription
Gets the description of this BaselineActMatchType instance- Specified by:
getDescriptionin classEnumType- Returns:
- String the description
-
getBaselineActMatchType
Gets an instance of BaselineActMatchType based on the String value specified.- Parameters:
sBaselineActMatchType- the internal value or description- Returns:
- BaselineActMatchType the unique BaselineActMatchType instance
-
getBaselineActMatchType
Gets an instance of BaselineActMatchType based on the integer value specified.- Parameters:
iBaselineActMatchType- an integer representing a particular value of this class. This value is also used when exporting to XML.- Returns:
- BaselineActMatchType the unique BaselineActMatchType 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
-