|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Entity object instance interface.
Method Summary | |
Attribute |
findAttribute(java.lang.String pAttributeName)
Looks for the Attribute with the given name only in this Entity. |
Attribute |
findCombinedAttribute(java.lang.String pAttributeName)
Looks for the Attribute with the given name in this Entity and supertype Entities. |
AssociationRole |
findCombinedReference(java.lang.String pReferenceName)
Looks for the Reference with the given name in this Entity and supertype Entities. |
Selector |
findCombinedSelector(java.lang.String pSelectorName)
Looks for the Selector with the given name in this Entity and supertype Entities. |
ModelElementConstraint |
findConstraint(java.lang.String pConstraintName)
Looks for the Constraint with the given name only in this Entity. |
AssociationRole |
findReference(java.lang.String pReferenceName)
Looks for the Reference with the given name only in this Entity. |
Selector |
findSelector(java.lang.String pSelectorName)
Looks for the selector with the given name. |
java.util.Collection |
getAgregatedManyToManyReferences()
Returns all references, which are parts of many-to-many association and where this entity is the aggregator. |
Attribute |
getAttribute(java.lang.String pAttributeName)
Looks for the Attribute with the given name only in this Entity. |
java.util.Collection |
getAttributes()
Returns the value of reference attributes. |
java.util.Collection |
getAttributesUsedForOrdering()
Retrieves read only collection of attributes which this entity can be orderd by. |
DataType |
getCollectionContainsFlagDataType()
Returns the value of reference collectionContainsFlagDataType. |
DataType |
getCollectionEmptyFlagDataType()
Returns the value of reference collectionEmptyFlagDataType. |
DataType |
getCollectionOffsetDataType()
Returns the value of reference collectionOffsetDataType. |
DataType |
getCollectionSizeDataType()
Returns the value of reference collectionSizeDataType. |
java.util.Collection |
getCombinedAgregatedManyToManyReferences()
Returns all references, which are parts of many-to-many association and where this entity is the aggregator. |
java.util.Collection |
getCombinedAttributes()
|
java.util.Collection |
getCombinedAttributesUsedForOrdering()
Retrieves read only collection of attributes which this entity can be orderd by. |
java.util.Collection |
getCombinedConstraints()
Returns all Constraints in this Entity and all subentities |
java.util.Collection |
getCombinedReferences()
Returns all referenced roles in this entity and all subentities. |
java.util.Collection |
getCombinedRoles()
Returns all roles played by this entity and all subentities. |
java.util.Collection |
getCombinedSubtypes()
|
java.util.Collection |
getCombinedTypes()
Returns list of DataTypes, Structures and Messages used in the Entity. |
ModelElementConstraint |
getConstraint(java.lang.String pConstraintName)
Looks for the Constraint with the given name only in this Entity. |
java.util.List |
getConstraints()
Returns the value of reference constraints. |
Domain |
getDomain()
Returns the value of reference domain. |
java.util.Collection |
getEntityStateDiagrams()
Returns the value of reference entityStateDiagrams. |
java.lang.String |
getInstanceIdAttributeNameOverride()
Returns the value of attribute instanceIdAttributeNameOverride. |
DataType |
getInstanceIdDataType()
Returns the value of reference instanceIdDataType. |
DataType |
getOrderingInstructionDataType()
Returns the value of reference orderingInstructionDataType. |
AssociationRole |
getOwnerReference()
|
java.lang.String |
getPluralName()
Returns the value of attribute pluralName. |
java.util.Collection |
getPrimaryKeyElements()
Returns the value of reference primaryKeyElements. |
AssociationRole |
getReference(java.lang.String pReferenceName)
Looks for the Reference with the given name only in this Entity. |
java.util.Collection |
getReferences()
|
java.util.Collection |
getRelationalTableDefinitions()
Returns the value of reference relationalTableDefinitions. |
java.util.Collection |
getReportOutputsUsingEntity()
Returns the value of reference reportOutputsUsingEntity. |
java.util.Collection |
getRoles()
Returns the value of reference roles. |
Selector |
getSelector(java.lang.String pSelectorName)
Looks for the Selector with the given name only in this Entity. |
java.util.Collection |
getSelectors()
Returns the value of reference selectors. |
java.lang.String |
getStateAttributeNameOverride()
Returns the value of attribute stateAttributeNameOverride. |
DataType |
getStateDataType()
Returns the value of reference stateDataType. |
StateMachine |
getStateMachine()
Returns the value of reference stateMachine. |
EntityStereotype |
getStereotype()
Returns the value of attribute stereotype. |
DataType |
getSubsetSizeDataType()
Returns the value of reference subsetSizeDataType. |
java.util.Collection |
getSubtypes()
Returns the value of reference subtypes. |
Entity |
getSupertype()
Returns the value of reference supertype. |
java.lang.String |
getVersionIdAttributeNameOverride()
Returns the value of attribute versionIdAttributeNameOverride. |
DataType |
getVersionIdDataType()
Returns the value of reference versionIdDataType. |
boolean |
isAbstract()
Returns the value of attribute isAbstract. |
boolean |
isFinal()
Returns the value of attribute isFinal. |
boolean |
isModifiable()
|
void |
setAbstract(boolean newValue)
Sets the value of isAbstract attribute. |
void |
setCollectionContainsFlagDataType(DataType newValue)
Sets the value of reference collectionContainsFlagDataType. |
void |
setCollectionEmptyFlagDataType(DataType newValue)
Sets the value of reference collectionEmptyFlagDataType. |
void |
setCollectionOffsetDataType(DataType newValue)
Sets the value of reference collectionOffsetDataType. |
void |
setCollectionSizeDataType(DataType newValue)
Sets the value of reference collectionSizeDataType. |
void |
setDomain(Domain newValue)
Sets the value of reference domain. |
void |
setFinal(boolean newValue)
Sets the value of isFinal attribute. |
void |
setInstanceIdAttributeNameOverride(java.lang.String newValue)
Sets the value of instanceIdAttributeNameOverride attribute. |
void |
setInstanceIdDataType(DataType newValue)
Sets the value of reference instanceIdDataType. |
void |
setOrderingInstructionDataType(DataType newValue)
Sets the value of reference orderingInstructionDataType. |
void |
setPluralName(java.lang.String newValue)
Sets the value of pluralName attribute. |
void |
setStateAttributeNameOverride(java.lang.String newValue)
Sets the value of stateAttributeNameOverride attribute. |
void |
setStateDataType(DataType newValue)
Sets the value of reference stateDataType. |
void |
setStateMachine(StateMachine newValue)
Sets the value of reference stateMachine. |
void |
setStereotype(EntityStereotype newValue)
Sets the value of stereotype attribute. |
void |
setSubsetSizeDataType(DataType newValue)
Sets the value of reference subsetSizeDataType. |
void |
setSupertype(Entity newValue)
Sets the value of reference supertype. |
void |
setVersionIdAttributeNameOverride(java.lang.String newValue)
Sets the value of versionIdAttributeNameOverride attribute. |
void |
setVersionIdDataType(DataType newValue)
Sets the value of reference versionIdDataType. |
Methods inherited from interface com.metaboss.sdlctools.models.metabossmodel.ModelElement |
findAttachment, getAttachment, getAttachments, getCombinedContents, getContents, getDescription, getDiagramModelElements, getName, getOwnerIdentifier, getRef, getReferencedElements, getTags, isContainedWithin, isDerived, mayContain, mayContainWithin, setDescription, setName, setOwnerIdentifier |
Methods inherited from interface javax.jmi.reflect.RefObject |
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
public boolean isModifiable()
public AssociationRole getOwnerReference()
public java.util.Collection getCombinedReferences()
public java.util.Collection getCombinedSubtypes()
public java.util.Collection getAgregatedManyToManyReferences()
public java.util.Collection getAttributesUsedForOrdering()
public Attribute getAttribute(java.lang.String pAttributeName)
pAttributeName
-
public Attribute findAttribute(java.lang.String pAttributeName)
pAttributeName
-
public Attribute findCombinedAttribute(java.lang.String pAttributeName)
pAttributeName
-
public Selector getSelector(java.lang.String pSelectorName)
pSelectorName
-
public Selector findSelector(java.lang.String pSelectorName)
pSelectorName
-
public Selector findCombinedSelector(java.lang.String pSelectorName)
pSelectorName
-
public java.util.Collection getCombinedAttributes()
public java.util.Collection getReferences()
public java.util.Collection getCombinedAgregatedManyToManyReferences()
public java.util.Collection getCombinedAttributesUsedForOrdering()
public java.util.Collection getCombinedRoles()
public AssociationRole getReference(java.lang.String pReferenceName)
pReferenceName
-
public AssociationRole findReference(java.lang.String pReferenceName)
pReferenceName
-
public AssociationRole findCombinedReference(java.lang.String pReferenceName)
pReferenceName
-
public ModelElementConstraint findConstraint(java.lang.String pConstraintName)
pConstraintName
-
public ModelElementConstraint getConstraint(java.lang.String pConstraintName)
pConstraintName
-
public java.util.Collection getCombinedConstraints()
public java.util.Collection getCombinedTypes()
public EntityStereotype getStereotype()
public void setStereotype(EntityStereotype newValue)
getStereotype()
for
description on the attribute.
newValue
- New value to be set.public boolean isAbstract()
public void setAbstract(boolean newValue)
isAbstract()
for description
on the attribute.
newValue
- New value to be set.public boolean isFinal()
public void setFinal(boolean newValue)
isFinal()
for description
on the attribute.
newValue
- New value to be set.public java.lang.String getPluralName()
public void setPluralName(java.lang.String newValue)
getPluralName()
for
description on the attribute.
newValue
- New value to be set.public java.lang.String getInstanceIdAttributeNameOverride()
public void setInstanceIdAttributeNameOverride(java.lang.String newValue)
getInstanceIdAttributeNameOverride()
for description on the attribute.
newValue
- New value to be set.public java.lang.String getVersionIdAttributeNameOverride()
public void setVersionIdAttributeNameOverride(java.lang.String newValue)
getVersionIdAttributeNameOverride()
for description on the attribute.
newValue
- New value to be set.public java.lang.String getStateAttributeNameOverride()
public void setStateAttributeNameOverride(java.lang.String newValue)
getStateAttributeNameOverride()
for description on the attribute.
newValue
- New value to be set.public DataType getOrderingInstructionDataType()
public void setOrderingInstructionDataType(DataType newValue)
getOrderingInstructionDataType()
for description on the reference.
newValue
- New value to be set.public DataType getVersionIdDataType()
public void setVersionIdDataType(DataType newValue)
getVersionIdDataType()
for description on the reference.
newValue
- New value to be set.public Entity getSupertype()
public void setSupertype(Entity newValue)
getSupertype()
for description
on the reference.
newValue
- New value to be set.public java.util.Collection getSubtypes()
public java.util.Collection getAttributes()
public DataType getCollectionContainsFlagDataType()
public void setCollectionContainsFlagDataType(DataType newValue)
getCollectionContainsFlagDataType()
for description on the reference.
newValue
- New value to be set.public java.util.Collection getRelationalTableDefinitions()
public DataType getStateDataType()
public void setStateDataType(DataType newValue)
getStateDataType()
for description on the reference.
newValue
- New value to be set.public java.util.Collection getSelectors()
public java.util.Collection getRoles()
public DataType getCollectionEmptyFlagDataType()
public void setCollectionEmptyFlagDataType(DataType newValue)
getCollectionEmptyFlagDataType()
for description on the reference.
newValue
- New value to be set.public java.util.List getConstraints()
public java.util.Collection getPrimaryKeyElements()
public DataType getSubsetSizeDataType()
public void setSubsetSizeDataType(DataType newValue)
getSubsetSizeDataType()
for description on the reference.
newValue
- New value to be set.public java.util.Collection getReportOutputsUsingEntity()
public StateMachine getStateMachine()
public void setStateMachine(StateMachine newValue)
getStateMachine()
for description on the reference.
newValue
- New value to be set.public DataType getCollectionOffsetDataType()
public void setCollectionOffsetDataType(DataType newValue)
getCollectionOffsetDataType()
for description on the reference.
newValue
- New value to be set.public DataType getCollectionSizeDataType()
public void setCollectionSizeDataType(DataType newValue)
getCollectionSizeDataType()
for description on the reference.
newValue
- New value to be set.public Domain getDomain()
public void setDomain(Domain newValue)
getDomain()
for description
on the reference.
newValue
- New value to be set.public DataType getInstanceIdDataType()
public void setInstanceIdDataType(DataType newValue)
getInstanceIdDataType()
for description on the reference.
newValue
- New value to be set.public java.util.Collection getEntityStateDiagrams()
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |