com.ibm.websphere.wim.model
Interface EntityTypeControl

All Superinterfaces:
Control, TypeControl

public interface EntityTypeControl
extends TypeControl

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

The following features are supported:

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

Method Summary
 java.util.List getEntityTypeNames()
          Returns the value of the 'Entity Type Names' attribute list.
 
Methods inherited from interface com.ibm.websphere.wim.model.TypeControl
getRepositoryId, setRepositoryId
 

Method Detail

getEntityTypeNames

java.util.List getEntityTypeNames()
Returns the value of the 'Entity Type Names' attribute list. The list contents are of type String.

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