public interface PropertyDefinitionControl extends TypeControl
The following features are supported:
ModelPackage.getPropertyDefinitionControl()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntityTypeName()
Returns the value of the 'Entity Type Name' attribute.
|
java.util.List |
getPropertyNames()
Returns the value of the 'Property Names' attribute list.
|
void |
setEntityTypeName(java.lang.String value)
Sets the value of the '
Entity Type Name ' attribute. |
getRepositoryId, setRepositoryId
java.util.List getPropertyNames()
String
.
ModelPackage.getPropertyDefinitionControl_PropertyNames()
java.lang.String getEntityTypeName()
setEntityTypeName(String)
,
ModelPackage.getPropertyDefinitionControl_EntityTypeName()
void setEntityTypeName(java.lang.String value)
Entity Type Name
' attribute.
value
- the new value of the 'Entity Type Name' attribute.getEntityTypeName()