Class EnumType
java.lang.Object
com.primavera.integration.client.bo.enm.EnumType
- Direct Known Subclasses:
AccrualType,ActivityCodeTypeScope,ActivityStatus,ActivityType,AlertStatus,AlertType,ApprovalStatus,AssignmentStaffingPreference,BaselineActMatchType,BudgetChangeStatus,CalendarType,CBSStatus,ConstraintType,CostSpreadType,CriterionType,CriticalActivityPathType,CurrencySeparator,DateFormatType,DateSeparator,DateTimeFormatType,DayOfWeekType,DecimalCount,DefaultRateType,DiscountApplicationPeriod,DisplayDensityType,DocumentScanStatus,DocumentStatusName,DocumentType,DurationType,EarnedValueCalculationType,EarnedValueComputeType,EarnedValueETCComputeType,EmailType,EtlInterval,GlobalPrivilege,HistoryInterval,HistoryLevel,ImpactLevel,ImportOption,IndustryType,IntegratedObjectType,IntegratedProjectType,IssuePriority,IssueStatus,JobRecurringType,JobStatus,JobType,LevelingPriority,LicenseType,NegativeCurrencyFormat,OutOfSequenceScheduleType,PercentCompleteType,PortfolioType,PositiveCurrencyFormat,Proficiency,ProjectPrivilege,ProjectRiskLevel,ProjectScheduleType,ProjectStatus,ProjPropType,RateSource,RateSourcePreference,RateType,RelationshipType,ResourceHourStatus,ResourceType,ReviewerStatusBusinessObjectType,ReviewStatus,ReviewStatusType,RiskPriority,RiskResponseActionStatus,RiskResponseType,RiskScoreMatrixMethod,RiskStatus,RiskType,RoleLimitDisplayOption,RollingDateType,ScheduleFloatType,ScheduleRelationshipLagCalendar,ScheduleWBSHierarchyType,ScopeType,SpreadPeriodType,Status,StatusCompletion,StatusDates,SummaryLevel,SummarySpreadInterval,TaskStatusCompletion,TaskStatusDates,TaskType,TeamMemberAssignmentOption,ThresholdMonitorDetail,ThresholdParameterType,ThresholdStatus,ThresholdType,TimesheetApprovingAs,TimesheetPeriodType,TimesheetStatus,UDFDataType,UDFIndicator,UDFSubjectArea,UDFSummaryMethodType,UnitType
The base class of all typesafe enumerations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares this enumeration to the specified objectabstract StringGets the description of this enumeration instanceabstract StringgetValue()Gets the internal value of this enumeration instanceinthashCode()Returns a hash code value for the object.intintValue()Gets the integer representing this particular enumeration instance.
-
Constructor Details
-
EnumType
public EnumType()
-
-
Method Details
-
intValue
public int intValue()Gets the integer representing this particular enumeration instance. This value is also used when exporting to XML.- Returns:
- int an integer corresponding to the unique enumeration instance
-
hashCode
public int hashCode()Returns a hash code value for the object. This method is supported for the benefit of hashtables such as those provided by java.util.Hashtable. -
equals
Compares this enumeration to the specified object -
getValue
Gets the internal value of this enumeration instance- Returns:
- String the internal value
-
getDescription
Gets the description of this enumeration instance- Returns:
- String the description
-