com.polarion.platform.persistence.IEnumOption


FIELDS
Modifiers and TypeNameDescription
String PROPERTY_KEY_ICON_URL
String PROPERTY_KEY_COLOR
String PROPERTY_KEY_DEFAULT
String PROPERTY_KEY_DESCRIPTION
String PROPERTY_KEY_HIDDEN Indicates that the option should be hidden from selectors in UI
String PROPERTY_KEY_URI
String PROPERTY_KEY_UI_LINK
METHODS
Modifiers and TypeNameDescription
boolean isPhantom() Phantom options represent values that are not part of the options available in the enumeration (but probably once were). They usually contain no other data than the ID.
String getEnumId()
String getId()
String getName()
int getSequenceNumber()
boolean isDefault()
String getProperty(String) This method allows the system to pass through some specific attributes for different enumerations, like colors of texts, or url of icons.
boolean isHidden() Indicates that the option should be hidden from selectors in UI

Back to Index