Interface DropdownValue
- All Superinterfaces:
Entity,Serializable
Represents a dropdown value.
-
Method Details
-
getId
UUID getId()Returns the id of the dropdown value if it is possible to convert it toUUID. -
getIdAsString
String getIdAsString()Returns the id of the dropdown value. Should be used instead ofgetId()as this method is able to return every possible id.- Returns:
- the id of the dropdown value.
- Since:
- 5.7.4-F5
-
getText
String getText()Returns the text.- Returns:
- the text
-
getParents
Returns the list of parents.- Returns:
- the list of parents
-
getRelationTypeDirection
RelationTypeDirection getRelationTypeDirection()Returns the relation type direction. This is only set when the dropdown value represents a relation type- Returns:
- the relation type direction
-