public interface IObjectNode extends IActivityNode
| Modifier and Type | Field and Description |
|---|---|
static String |
MetaclassName |
| Modifier and Type | Method and Description |
|---|---|
IState |
getInState()
Get the InState association.
|
ObObjectNodeOrderingKindEnum |
getOrdering()
Getter for the Ordering meta class attribute.
|
IInstance |
getRepresented()
Get the Represented association.
|
IAttribute |
getRepresentedAttribute()
Get the RepresentedAttribute association.
|
IBehaviorParameter |
getRepresentedRealParameter()
Get the RepresentedRealParameter association.
|
IAssociationEnd |
getRepresentedRole()
Get the RepresentedRole association.
|
String |
getSelectionBehavior()
Getter for the SelectionBehavior meta class attribute.
|
IGeneralClass |
getType()
Get the Type association.
|
String |
getUpperBound()
Getter for the UpperBound meta class attribute.
|
boolean |
isControlType()
Getter for the IsControlType meta class attribute.
|
void |
setControlType(boolean value)
Setter for the 'IsControlType' meta class attribute
|
void |
setInState(IState element)
Setter for the 'InState' [0..1] association.
|
void |
setOrdering(ObObjectNodeOrderingKindEnum value)
Setter for the 'Ordering' meta class attribute
|
void |
setRepresented(IInstance element)
Setter for the 'Represented' [0..1] association.
|
void |
setRepresentedAttribute(IAttribute element)
Setter for the 'RepresentedAttribute' [0..1] association.
|
void |
setRepresentedRealParameter(IBehaviorParameter element)
Setter for the 'RepresentedRealParameter' [0..1] association.
|
void |
setRepresentedRole(IAssociationEnd element)
Setter for the 'RepresentedRole' [0..1] association.
|
void |
setSelectionBehavior(String value)
Setter for the 'SelectionBehavior' meta class attribute
|
void |
setType(IGeneralClass element)
Setter for the 'Type' [0..1] association.
|
void |
setUpperBound(String value)
Setter for the 'UpperBound' meta class attribute
|
addIncoming, addOutgoing, cardIncoming, cardIncoming, cardOutgoing, cardOutgoing, getIncoming, getIncoming, getOutgoing, getOutgoing, getOwner, getOwnerClause, getOwnerNode, getOwnerPartition, removeIncoming, removeOutgoing, setOwner, setOwnerClause, setOwnerNode, setOwnerPartitionaddBpmnLaneRefs, addConstraintDefinition, addDefaultParametering, addDependsOnDependency, addDescriptor, addDocument, addExtension, addImpactedDependency, addLocalDescriptor, addLocalTag, addManifesting, addproduct, addReceivedInfo, addRepresentingConnector, addRepresentingEnd, addRepresentingInstance, addRepresentingPartition, addRepresents, addSentInfo, addStereotype, addTag, addTemplateSubstitution, addTypingParameter, cardBpmnLaneRefs, cardBpmnLaneRefs, cardConstraintDefinition, cardConstraintDefinition, cardDefaultParametering, cardDefaultParametering, cardDependsOnDependency, cardDependsOnDependency, cardDescriptor, cardDescriptor, cardDocument, cardDocument, cardExtension, cardExtension, cardImpactedDependency, cardImpactedDependency, cardLocalDescriptor, cardLocalDescriptor, cardLocalTag, cardLocalTag, cardManifesting, cardManifesting, cardproduct, cardproduct, cardReceivedInfo, cardReceivedInfo, cardRepresentingConnector, cardRepresentingConnector, cardRepresentingEnd, cardRepresentingEnd, cardRepresentingInstance, cardRepresentingInstance, cardRepresentingPartition, cardRepresentingPartition, cardRepresents, cardRepresents, cardSentInfo, cardSentInfo, cardTag, cardTag, cardTemplateSubstitution, cardTemplateSubstitution, cardTypingParameter, cardTypingParameter, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalDescriptor, getLocalDescriptor, getLocalTag, getLocalTag, getManifesting, getManifesting, getNote, getNoteContent, getOwnerTemplateParameter, getproduct, getproduct, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTag, getTag, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeBpmnLaneRefs, removeConstraintDefinition, removeDefaultParametering, removeDependsOnDependency, removeDescriptor, removeDocument, removeExtension, removeImpactedDependency, removeLocalDescriptor, removeLocalTag, removeManifesting, removeNote, removeproduct, removeReceivedInfo, removeRepresentingConnector, removeRepresentingEnd, removeRepresentingInstance, removeRepresentingPartition, removeRepresents, removeSentInfo, removeStereotype, removeTag, removeTag, removeTemplateSubstitution, removeTypingParameter, setName, setOwnerTemplateParameter, toStringaccept, addcausing, cardcausing, cardcausing, compareTo, delete, equals, getcausing, getcausing, getCompositionOwner, getElementStatus, getHid, getIdentifier, getLid, getMetaclassId, getMetaclassName, getmodifDate, getName, getSessionId, hashCode, isValid, removecausing, setmodifDatestatic final String MetaclassName
boolean isControlType()
void setControlType(boolean value)
value - the new 'IsControlType' value.ObObjectNodeOrderingKindEnum getOrdering()
void setOrdering(ObObjectNodeOrderingKindEnum value)
value - the new 'Ordering' value.String getSelectionBehavior()
void setSelectionBehavior(String value)
value - the new 'SelectionBehavior' value.String getUpperBound()
void setUpperBound(String value)
value - the new 'UpperBound' value.IGeneralClass getType()
void setType(IGeneralClass element)
element - The element to set.IState getInState()
void setInState(IState element)
element - The element to set.IInstance getRepresented()
void setRepresented(IInstance element)
element - The element to set.IAttribute getRepresentedAttribute()
void setRepresentedAttribute(IAttribute element)
element - The element to set.IAssociationEnd getRepresentedRole()
void setRepresentedRole(IAssociationEnd element)
element - The element to set.IBehaviorParameter getRepresentedRealParameter()
void setRepresentedRealParameter(IBehaviorParameter element)
element - The element to set.