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.util.List<Line> |
getGCLines() |
java.lang.String |
getUserDocumentation() |
java.util.List<UserEntity> |
getUserEntities() |
getDataDescriptiongetCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolvedstatic final java.lang.String copyright
java.util.List<Line> getGCLines()
java.lang.String getUserDocumentation()
Returns the user documentation.
java.util.List<UserEntity> getUserEntities()
Returns the list of user entities for this meta entity.