|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataCall
This interface represents a data call.
NOTES :
Only a DataDefinition or a DataDescription can be set. But not the two values at the same time.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
DataDefinition |
getDataDefinition()
Returns the data definition. |
DataDescription |
getDataDescription()
Returns the data description. |
Identifier |
getIdentifier()
Returns the identifier. |
java.lang.String |
getLabel()
|
java.lang.String |
getName()
|
Sort |
getSort()
Returns the sort. |
Unique |
getUnique()
Returns the unique. |
boolean |
isControlValue()
Returns the value control flag. |
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.DataComponent |
---|
getMaximumCardinality, getMinimumCardinality |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
DataDefinition getDataDefinition()
Returns the data definition.
DataDescription getDataDescription()
Returns the data description.
Identifier getIdentifier()
Returns the identifier.
java.lang.String getLabel()
java.lang.String getName()
Sort getSort()
Returns the sort.
Unique getUnique()
Returns the unique.
boolean isControlValue()
Returns the value control flag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |