public interface IEnumValue
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns description of this enumerated value.
|
Id |
getId()
Returns
Id - unique identifier of the enum value. |
int |
getIndex()
Returns the index of the enum value.
|
java.lang.String |
getLocalizedLabel()
Returns the localized name of the enum value.
|
java.util.Map<java.util.Locale,java.lang.String> |
getLocalizedLabels()
Returns the map of the field definition name in every locale
|
java.lang.String |
getName()
Returns the system name of the enum value.
|
Id |
getParentId()
Returns the parenid for hierarchical
IEnumValue s, or null. |
java.lang.String |
getParentName()
Returns the parent name for the hierarchical
IEnumValue , or null. |
boolean |
isHidden()
Returns the the state of the Enum Value if hidden or not.
|
Id getId()
Id
- unique identifier of the enum value.Id
the unique identifierId getParentId()
IEnumValue
s, or null.Id
the unique parent identifier, if anyjava.lang.String getParentName()
IEnumValue
, or null.java.lang.String getName()
java.lang.String getLocalizedLabel()
java.lang.String getDescription()
java.util.Map<java.util.Locale,java.lang.String> getLocalizedLabels()
int getIndex()
boolean isHidden()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.