public interface EntitySchemaType extends ModelSchemaType
The following features are supported:
ModelPackage.getEntitySchemaType()
Modifier and Type | Method and Description |
---|---|
EntityConfigurationType |
getEntityConfiguration()
Returns the value of the 'Entity Configuration' containment reference.
|
java.lang.String |
getEntityName()
Returns the value of the 'Entity Name' attribute.
|
java.lang.String |
getParentEntityName()
Returns the value of the 'Parent Entity Name' attribute.
|
java.util.List |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
void |
setEntityConfiguration(EntityConfigurationType value)
Sets the value of the '
Entity Configuration ' containment reference. |
void |
setEntityName(java.lang.String value)
Sets the value of the '
Entity Name ' attribute. |
void |
setParentEntityName(java.lang.String value)
Sets the value of the '
Parent Entity Name ' attribute. |
getNsPrefix, getNsURI, getRepositoryIds, setNsPrefix, setNsURI
java.util.List getProperties()
PropertiesType
.
ModelPackage.getEntitySchemaType_Properties()
EntityConfigurationType getEntityConfiguration()
setEntityConfiguration(EntityConfigurationType)
,
ModelPackage.getEntitySchemaType_EntityConfiguration()
void setEntityConfiguration(EntityConfigurationType value)
Entity Configuration
' containment reference.
value
- the new value of the 'Entity Configuration' containment reference.getEntityConfiguration()
java.lang.String getEntityName()
setEntityName(String)
,
ModelPackage.getEntitySchemaType_EntityName()
void setEntityName(java.lang.String value)
Entity Name
' attribute.
value
- the new value of the 'Entity Name' attribute.getEntityName()
java.lang.String getParentEntityName()
setParentEntityName(String)
,
ModelPackage.getEntitySchemaType_ParentEntityName()
void setParentEntityName(java.lang.String value)
Parent Entity Name
' attribute.
value
- the new value of the 'Parent Entity Name' attribute.getParentEntityName()