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

All Superinterfaces:
DataComponent, Element

public interface DataCall
extends DataComponent

This interface represents a data call.

NOTES :


Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataDefinition getDataDefinition()
           
 DataDescription getDataDescription()
           
 Identifier getIdentifier()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 Sort getSort()
           
 Unique getUnique()
           
 boolean isControlValue()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.DataComponent
getMaximumCardinality, getMinimumCardinality
 

Field Detail

copyright

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

getDataDefinition

DataDefinition getDataDefinition()

Returns the data definition.

Returns:

getDataDescription

DataDescription getDataDescription()

Returns the data description.

Returns:

getIdentifier

Identifier getIdentifier()

Returns the identifier.

Returns:

getLabel

java.lang.String getLabel()

Returns:

getName

java.lang.String getName()

Returns:

getSort

Sort getSort()

Returns the sort.

Returns:

getUnique

Unique getUnique()

Returns the unique.

Returns:

isControlValue

boolean isControlValue()

Returns the value control flag.

Returns: