Package io.dialob.program.model
Interface ValueSet
-
- All Superinterfaces:
ProgramNode,Serializable
- All Known Implementing Classes:
ImmutableValueSet
@Immutable @Enclosing public interface ValueSet extends ProgramNode
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceValueSet.Entry
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Value<ValueSet.Entry>>getEntries()StringgetId()
-
-
-
Method Detail
-
getId
@Nonnull String getId()
-
getEntries
@Nonnull List<Value<ValueSet.Entry>> getEntries()
-
-