|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primavera.integration.client.bo.enm.EnumType
com.primavera.integration.client.bo.enm.ThresholdParameterType
public class ThresholdParameterType
Threshold parameter type enumerations are used with project thresholds. Valid values are 'AV - Accounting Variance (Cost)', 'CV - Cost Variance (Cost)', 'SV - Schedule Variance (Cost)', 'VAC - Variance at Completion (Cost)', 'Cost Percent of Planned (Percent)', 'CPI - Cost Performance Index (Ratio)', 'CVI - Cost Variance Index (Ratio)', 'SPI - Schedule Performance Index (Ratio)', 'SVI - Schedule Variance Index (Ratio)', 'Duration Percent of Planned (Percent)', 'Start Date Variance (In Days)', 'Finish Date Variance (In Days)', 'Total Float (In Days)', and 'Free Float (In Days)'.
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().
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description of this ThresholdParameterType 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 ThresholdParameterType |
getThresholdParameterType(int iThresholdParameterType)
Gets an instance of ThresholdParameterType based on the integer value specified. |
static ThresholdParameterType |
getThresholdParameterType(java.lang.String sThresholdParameterType)
Gets an instance of ThresholdParameterType based on the String value specified. |
java.lang.String |
getValue()
Gets the internal value of this ThresholdParameterType 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 |
---|
public static final ThresholdParameterType NULL
public static final ThresholdParameterType AV_ACCOUNTING_VARIANCE
public static final ThresholdParameterType CV_COST_VARIANCE
public static final ThresholdParameterType SV_SCHEDULE_VARIANCE
public static final ThresholdParameterType VAC_VARIANCE_AT_COMPLETION
public static final ThresholdParameterType COST_PERCENT_OF_PLANNED
public static final ThresholdParameterType CPI_COST_PERFORMANCE_INDEX
public static final ThresholdParameterType CVI_COST_VARIANCE_INDEX
public static final ThresholdParameterType SPI_SCHEDULE_PERFORMANCE_INDEX
public static final ThresholdParameterType SVI_SCHEDULE_VARIANCE_INDEX
public static final ThresholdParameterType DURATION_PERCENT_OF_PLANNED
public static final ThresholdParameterType START_DATE_VARIANCE
public static final ThresholdParameterType FINISH_DATE_VARIANCE
public static final ThresholdParameterType TOTAL_FLOAT
public static final ThresholdParameterType FREE_FLOAT
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getValue()
getValue
in class EnumType
public java.lang.String getDescription()
getDescription
in class EnumType
public static ThresholdParameterType getThresholdParameterType(java.lang.String sThresholdParameterType)
sThresholdParameterType
- the internal value or description
public static ThresholdParameterType getThresholdParameterType(int iThresholdParameterType)
iThresholdParameterType
- an integer representing a particular value of this class. This value is also used when exporting to XML.
public static java.lang.String[] getEnumValues()
public static java.lang.String[] getEnumDescriptions()
|
Primavera Integration API 7.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |