org.simantics.databoard.datasource
Interface StepwiseDatasource.Node

Enclosing class:
StepwiseDatasource

public static interface StepwiseDatasource.Node


Method Summary
 void getChildren(java.util.Collection<Variant> children)
           
 Variant getId()
           
 java.lang.String getLabel(java.lang.String locale)
           
 void getLabels(java.util.Map<java.lang.String,java.lang.String> locales)
           
 boolean getValue(Variant value)
           
 void step()
           
 

Method Detail

getId

Variant getId()

getChildren

void getChildren(java.util.Collection<Variant> children)

getValue

boolean getValue(Variant value)

step

void step()
          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)