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

All Superinterfaces:
DataDefinition, Element, RadicalElement

public interface MetaEntity
extends DataDefinition

This interface represents a meta entity.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getUserDocumentation()
           
 java.util.List<UserEntity> getUserEntities()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.DataDefinition
getDataDescription
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
 

Field Detail

copyright

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

getUserDocumentation

java.lang.String getUserDocumentation()

Returns the user documentation.

Returns:

getUserEntities

java.util.List<UserEntity> getUserEntities()

Returns the list of user entities for this meta entity.

Returns: