com.ibm.websphere.wim.model
Interface EntitySchemaType

All Superinterfaces:
ModelSchemaType

public interface EntitySchemaType
extends ModelSchemaType

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

The following features are supported:

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

Method Summary
 EntityConfigurationType getEntityConfiguration()
          Returns the value of the 'Entity Configuration' containment reference.
 java.lang.String getEntityName()
          Returns the value of the 'Entity Name' attribute.
 java.lang.String getParentEntityName()
          Returns the value of the 'Parent Entity Name' attribute.
 java.util.List getProperties()
          Returns the value of the 'Properties' containment reference list.
 void setEntityConfiguration(EntityConfigurationType value)
          Sets the value of the 'Entity Configuration' containment reference.
 void setEntityName(java.lang.String value)
          Sets the value of the 'Entity Name' attribute.
 void setParentEntityName(java.lang.String value)
          Sets the value of the 'Parent Entity Name' attribute.
 
Methods inherited from interface com.ibm.websphere.wim.model.ModelSchemaType
getNsPrefix, getNsURI, getRepositoryIds, setNsPrefix, setNsURI
 

Method Detail

getProperties

java.util.List getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type PropertiesType.

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

getEntityConfiguration

EntityConfigurationType getEntityConfiguration()
Returns the value of the 'Entity Configuration' containment reference.

See Also:
setEntityConfiguration(EntityConfigurationType), ModelPackage.getEntitySchemaType_EntityConfiguration()
Model:
containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Entity Configuration' containment reference.

setEntityConfiguration

void setEntityConfiguration(EntityConfigurationType value)
Sets the value of the 'Entity Configuration' containment reference.

Parameters:
value - the new value of the 'Entity Configuration' containment reference.
See Also:
getEntityConfiguration()
Generated:

getEntityName

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

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

setEntityName

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

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

getParentEntityName

java.lang.String getParentEntityName()
Returns the value of the 'Parent Entity Name' attribute.

See Also:
setParentEntityName(String), ModelPackage.getEntitySchemaType_ParentEntityName()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" required="true"
Generated:
Return:
the value of the 'Parent Entity Name' attribute.

setParentEntityName

void setParentEntityName(java.lang.String value)
Sets the value of the 'Parent Entity Name' attribute.

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