Package io.dialob.executor.model
Class ValueSetState.Entry
- java.lang.Object
-
- io.dialob.executor.model.ValueSetState.Entry
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ValueSetState
public static class ValueSetState.Entry extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetLabel()booleanisProvided()Is label provided by external service or defined on form.static ValueSetState.Entryof(String id, String label)static ValueSetState.Entryof(String id, String label, boolean provided)
-
-
-
Method Detail
-
of
public static ValueSetState.Entry of(String id, String label)
-
of
public static ValueSetState.Entry of(String id, String label, boolean provided)
-
getId
public String getId()
-
getLabel
public String getLabel()
-
isProvided
public boolean isProvided()
Is label provided by external service or defined on form.- Returns:
- true when label is from external source
-
-