org.simantics.databoard.datasource
Interface StepwiseDatasource.Node
- Enclosing class:
- StepwiseDatasource
public static interface StepwiseDatasource.Node
getId
Variant getId()
getChildren
void getChildren(java.util.Collection<Variant> children)
getValue
boolean getValue(MutableVariant value)
setValue
boolean setValue(Variant value)
throws DatasourceException
- Throws:
DatasourceException
getLabel
java.lang.String getLabel(java.lang.String locale)
getLabels
void getLabels(java.util.Map<java.lang.String,java.lang.String> locales)