public interface MetaEntity extends DataDefinition
This interface represents a meta entity.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUserDocumentation() |
java.util.List<UserEntity> |
getUserEntities() |
getDataDescription
getCalledEntities, getDescriptionTypes, getDesignId, getKeywords, getLabel, getName, getPackage, getProject, isResolved
static final java.lang.String copyright
java.lang.String getUserDocumentation()
Returns the user documentation.
java.util.List<UserEntity> getUserEntities()
Returns the list of user entities for this meta entity.