|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataElementDescription
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||