|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntitySchemaType
A representation of the model object 'Entity Schema Type'.
The following features are supported:
ModelPackage.getEntitySchemaType()
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 |
---|
java.util.List getProperties()
PropertiesType
.
ModelPackage.getEntitySchemaType_Properties()
EntityConfigurationType getEntityConfiguration()
setEntityConfiguration(EntityConfigurationType)
,
ModelPackage.getEntitySchemaType_EntityConfiguration()
void setEntityConfiguration(EntityConfigurationType value)
Entity Configuration
' containment reference.
value
- the new value of the 'Entity Configuration' containment reference.getEntityConfiguration()
java.lang.String getEntityName()
setEntityName(String)
,
ModelPackage.getEntitySchemaType_EntityName()
void setEntityName(java.lang.String value)
Entity Name
' attribute.
value
- the new value of the 'Entity Name' attribute.getEntityName()
java.lang.String getParentEntityName()
setParentEntityName(String)
,
ModelPackage.getEntitySchemaType_ParentEntityName()
void setParentEntityName(java.lang.String value)
Parent Entity Name
' attribute.
value
- the new value of the 'Parent Entity Name' attribute.getParentEntityName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |