Interface ValueDefinition
-
- All Known Subinterfaces:
MultiValueDef
,UniqueValueDef
,VectorDef
public interface ValueDefinition
ValueDefinition is the the ancestor of all value definitions: VectorDef, MultiValueDef, UniqueValueDef.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
group()
boolean
intermediate()
boolean
isGrouped()
java.lang.String
name()
Unit
unit()
-
-
-
Method Detail
-
intermediate
boolean intermediate()
-
name
java.lang.String name()
-
unit
Unit unit()
-
isGrouped
boolean isGrouped()
-
group
java.lang.String group()
-
-