Package io.dialob.program.model
Interface Item
-
- All Superinterfaces:
ProgramNode,Serializable,StructuralNode
- All Known Subinterfaces:
DisplayItem,FormItem,Group,VariableItem
- All Known Implementing Classes:
ImmutableFormItem,ImmutableGroup,ImmutableVariableItem
public interface Item extends StructuralNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Object>getDefaultValue()ItemIdgetId()StringgetType()Optional<String>getValueSetId()ValueTypegetValueType()-
Methods inherited from interface io.dialob.program.model.StructuralNode
isPrototype
-
-