public interface DataElementDescription extends DataDescription
This interface represents a data element description.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<Interval> |
getAllowedIntervals()
Returns the allowed intervals.
|
java.util.List<Value> |
getAllowedValues()
Returns the allowed values.
|
Value |
getInitialValue()
Returns the initial value.
|
SimpleType |
getType()
Returns the type.
|
getLabel, getName
static final java.lang.String copyright
java.util.List<Interval> getAllowedIntervals()
Returns the allowed intervals.
java.util.List<Value> getAllowedValues()
Returns the allowed values.
Value getInitialValue()
Returns the initial value.
SimpleType getType()
Returns the type.