Package io.dialob.program.model
Interface Label
-
- All Superinterfaces:
ProgramNode,Serializable
- All Known Implementing Classes:
ImmutableLabel
@Immutable public interface Label extends ProgramNode
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LabelcreateLabel(Map<String,String> map)default StringgetLabel(String language)Map<String,String>getLabels()
-