com.ibm.websphere.wim.model
Interface EntityConfigurationType


public interface EntityConfigurationType

A representation of the model object 'Entity Configuration Type'.

The following features are supported:

See Also:
ModelPackage.getEntityConfigurationType()
Model:
Generated:

Method Summary
 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.
 

Method Detail

getActionNotAllow

java.util.List getActionNotAllow()
Returns the value of the 'Action Not Allow' containment reference list. The list contents are of type ActionNotAllowType.

See Also:
ModelPackage.getEntityConfigurationType_ActionNotAllow()
Model:
type="com.ibm.websphere.wim.model.ActionNotAllowType" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Action Not Allow' containment reference list.

getMetaData

java.util.List getMetaData()
Returns the value of the 'Meta Data' containment reference list. The list contents are of type MetaDataType.

See Also:
ModelPackage.getEntityConfigurationType_MetaData()
Model:
type="com.ibm.websphere.wim.model.MetaDataType" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Meta Data' containment reference list.

getDefaultParent

java.lang.String getDefaultParent()
Returns the value of the 'Default Parent' attribute.

See Also:
setDefaultParent(String), ModelPackage.getEntityConfigurationType_DefaultParent()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Default Parent' attribute.

setDefaultParent

void setDefaultParent(java.lang.String value)
Sets the value of the 'Default Parent' attribute.

Parameters:
value - the new value of the 'Default Parent' attribute.
See Also:
getDefaultParent()
Generated:

getRdnProperty

java.lang.String getRdnProperty()
Returns the value of the 'Rdn Property' attribute.

See Also:
setRdnProperty(String), ModelPackage.getEntityConfigurationType_RdnProperty()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Rdn Property' attribute.

setRdnProperty

void setRdnProperty(java.lang.String value)
Sets the value of the 'Rdn Property' attribute.

Parameters:
value - the new value of the 'Rdn Property' attribute.
See Also:
getRdnProperty()
Generated: