public class ReviewerStatusBusinessObjectType extends EnumType
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().
| Modifier and Type | Field and Description | 
|---|---|
| static ReviewerStatusBusinessObjectType | ACTIVITY | 
| static ReviewerStatusBusinessObjectType | NULL | 
| static ReviewerStatusBusinessObjectType | RESOURCE_ASSIGNMENT | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the description of this ReviewerStatusBusinessObjectType instance | 
| static String[] | getEnumDescriptions()Gets an array of all descriptions for this enumeration | 
| static String[] | getEnumValues()Gets an array of all internal values for this enumeration | 
| static ReviewerStatusBusinessObjectType | getReviewerStatusBusinessObjectType(int iReviewerStatusBusinessObjectType)Gets an instance of ReviewerStatusBusinessObjectType based on the integer value specified. | 
| static ReviewerStatusBusinessObjectType | getReviewerStatusBusinessObjectType(String sReviewerStatusBusinessObjectType)Gets an instance of ReviewerStatusBusinessObjectType based on the String value specified. | 
| String | getValue()Gets the internal value of this ReviewerStatusBusinessObjectType instance | 
| String | toString()Returns a string representation of the object, which is the same as the description returned by the getDescription() method | 
public static final ReviewerStatusBusinessObjectType NULL
public static final ReviewerStatusBusinessObjectType ACTIVITY
public static final ReviewerStatusBusinessObjectType RESOURCE_ASSIGNMENT
public String toString()
public String getValue()
public String getDescription()
getDescription in class EnumTypepublic static ReviewerStatusBusinessObjectType getReviewerStatusBusinessObjectType(String sReviewerStatusBusinessObjectType)
sReviewerStatusBusinessObjectType - the internal value or descriptionpublic static ReviewerStatusBusinessObjectType getReviewerStatusBusinessObjectType(int iReviewerStatusBusinessObjectType)
iReviewerStatusBusinessObjectType - an integer representing a particular value of this class.  This value is also used when exporting to XML.public static String[] getEnumValues()
public static String[] getEnumDescriptions()
Copyright © 2003, 2022, Oracle and/or its affiliates.
Oracle®, Java, and MySQL are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.