Package io.dialob.program.model
Interface ValueSet.Entry
-
- All Superinterfaces:
ProgramNode,Serializable
- All Known Implementing Classes:
ImmutableValueSet.Entry
- Enclosing interface:
- ValueSet
@Immutable public static interface ValueSet.Entry extends ProgramNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()ExpressiongetLabel()
-
-
-
Method Detail
-
getKey
String getKey()
-
getLabel
Expression getLabel()
-
-