public interface EntityConfigurationType
The following features are supported:
ModelPackage.getEntityConfigurationType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getActionNotAllow()
Returns the value of the 'Action Not Allow' containment reference list.
|
java.lang.String |
getDefaultParent()
Returns the value of the 'Default Parent' attribute.
|
java.util.List |
getMetaData()
Returns the value of the 'Meta Data' containment reference list.
|
java.lang.String |
getRdnProperty()
Returns the value of the 'Rdn Property' attribute.
|
void |
setDefaultParent(java.lang.String value)
Sets the value of the '
Default Parent ' attribute. |
void |
setRdnProperty(java.lang.String value)
Sets the value of the '
Rdn Property ' attribute. |
java.util.List getActionNotAllow()
ActionNotAllowType
.
ModelPackage.getEntityConfigurationType_ActionNotAllow()
java.util.List getMetaData()
MetaDataType
.
ModelPackage.getEntityConfigurationType_MetaData()
java.lang.String getDefaultParent()
setDefaultParent(String)
,
ModelPackage.getEntityConfigurationType_DefaultParent()
void setDefaultParent(java.lang.String value)
Default Parent
' attribute.
value
- the new value of the 'Default Parent' attribute.getDefaultParent()
java.lang.String getRdnProperty()
setRdnProperty(String)
,
ModelPackage.getEntityConfigurationType_RdnProperty()
void setRdnProperty(java.lang.String value)
Rdn Property
' attribute.
value
- the new value of the 'Rdn Property' attribute.getRdnProperty()