Class JobType
java.lang.Object
com.primavera.integration.client.bo.enm.EnumType
com.primavera.integration.client.bo.enm.JobType
Job type enumerations are used with asynchronous jobs: 'Schedule', 'Summarize', 'Apply Actuals',
'Store Period Performance', 'Sync Actual This Period', 'Level', Update Baseline', and 'Recalculate
Assignment Costs'.
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
FieldsModifier and TypeFieldDescriptionstatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobTypestatic final JobType -
Method Summary
Modifier and TypeMethodDescriptionGets the description of this JobType instancestatic String[]Gets an array of all descriptions for this enumerationstatic String[]Gets an array of all internal values for this enumerationstatic JobTypegetJobType(int iJobType) Gets an instance of JobType based on the integer value specified.static JobTypegetJobType(String sJobType) Gets an instance of JobType based on the String value specified.getValue()Gets the internal value of this JobType instancetoString()Returns a string representation of the object, which is the same as the description returned by the getDescription() method
-
Field Details
-
NULL
-
SCHEDULE
-
SUMMARIZE
-
APPLY_ACTUALS
-
STORE_PERIOD_PERFORMANCE
-
SYNC_ACTUAL_THIS_PERIOD
-
LEVEL
-
RECALCULATE_ASSIGNMENT_COSTS
-
SEND_TO_UNIFIER
-
UPDATE_BASELINE
-
IMPORTPROJECT
-
SCHEDULECHECK
-
EXPORTPROJECT
-
PROJECTCBSSERVICE
-
COPYPROJECTSERVICE
-
PRVWUPDTBASELINESERVICE
-
SCHPUBLISHPROJECT
-
-
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 JobType instance -
getDescription
Gets the description of this JobType instance- Specified by:
getDescriptionin classEnumType- Returns:
- String the description
-
getJobType
Gets an instance of JobType based on the String value specified.- Parameters:
sJobType- the internal value or description- Returns:
- JobType the unique JobType instance
-
getJobType
Gets an instance of JobType based on the integer value specified.- Parameters:
iJobType- an integer representing a particular value of this class. This value is also used when exporting to XML.- Returns:
- JobType the unique JobType 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
-