com.ibm.websphere.wim.model
Interface PropertyDefinitionControl

All Superinterfaces:
Control, TypeControl
All Known Subinterfaces:
ExtensionPropertyDefinitionControl

public interface PropertyDefinitionControl
extends TypeControl

A representation of the model object 'Property Definition Control'.

The following features are supported:

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

Method Summary
 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.
 
Methods inherited from interface com.ibm.websphere.wim.model.TypeControl
getRepositoryId, setRepositoryId
 

Method Detail

getPropertyNames

java.util.List getPropertyNames()
Returns the value of the 'Property Names' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPropertyDefinitionControl_PropertyNames()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Property Names' attribute list.

getEntityTypeName

java.lang.String getEntityTypeName()
Returns the value of the 'Entity Type Name' attribute.

See Also:
setEntityTypeName(String), ModelPackage.getPropertyDefinitionControl_EntityTypeName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Entity Type Name' attribute.

setEntityTypeName

void setEntityTypeName(java.lang.String value)
Sets the value of the 'Entity Type Name' attribute.

Parameters:
value - the new value of the 'Entity Type Name' attribute.
See Also:
getEntityTypeName()
Generated: