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()
           
 java.util.List<Value> getAllowedValues()
           
 Value getInitialValue()
           
 SimpleType getType()
           
 
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: