com.ibm.pdp.maf.rpp.kernel
Interface DataElementDescription

All Superinterfaces:
DataDescription, Element

public interface DataElementDescription
extends DataDescription

This interface represents a data element description.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.DataDescription
getLabel, getName
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getAllowedIntervals

java.util.List<Interval> getAllowedIntervals()

Returns the allowed intervals.

Returns:

getAllowedValues

java.util.List<Value> getAllowedValues()

Returns the allowed values.

Returns:

getInitialValue

Value getInitialValue()

Returns the initial value.

Returns:

getType

SimpleType getType()

Returns the type.

Returns: