public interface Attribute extends StructuralFeature
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AttributeLink> |
getOccurence()
Getter for relation 'Attribute->Occurence'
Metamodel description:
null
|
<T extends AttributeLink> |
getOccurence(Class<T> filterClass)
Filtered Getter for relation 'Attribute->Occurence'
Metamodel description:
null
|
Classifier |
getOwner()
Getter for relation 'Attribute->Owner'
Metamodel description:
null
|
AssociationEnd |
getQualified()
Getter for relation 'Attribute->Qualified'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<BpmnItemAwareElement> |
getRepresentingItem()
Getter for relation 'Attribute->RepresentingItem'
Metamodel description:
null
|
<T extends BpmnItemAwareElement> |
getRepresentingItem(Class<T> filterClass)
Filtered Getter for relation 'Attribute->RepresentingItem'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<ObjectNode> |
getRepresentingObjectNode()
Getter for relation 'Attribute->RepresentingObjectNode'
Metamodel description:
null
|
<T extends ObjectNode> |
getRepresentingObjectNode(Class<T> filterClass)
Filtered Getter for relation 'Attribute->RepresentingObjectNode'
Metamodel description:
null
|
GeneralClass |
getType()
Getter for relation 'Attribute->Type'
Metamodel description:
Determines which Class is the Attribute's type.
|
String |
getTypeConstraint()
Getter for attribute 'Attribute.TypeConstraint'
Metamodel description:
Provides an indication of the instanciation of the Attribute's elementary class.
|
String |
getValue()
Getter for attribute 'Attribute.Value'
Metamodel description:
Default value of the Attribute.
|
boolean |
isTargetIsClass()
Getter for attribute 'Attribute.TargetIsClass'
Metamodel description:
Determines that the target is itself a metaclass.
|
void |
setOwner(Classifier value)
Setter for relation 'Attribute->Owner'
Metamodel description:
null
|
void |
setQualified(AssociationEnd value)
Setter for relation 'Attribute->Qualified'
Metamodel description:
null
|
void |
setTargetIsClass(boolean value)
Setter for attribute 'Attribute.TargetIsClass'
Metamodel description:
Determines that the target is itself a metaclass.
|
void |
setType(GeneralClass value)
Setter for relation 'Attribute->Type'
Metamodel description:
Determines which Class is the Attribute's type.
|
void |
setTypeConstraint(String value)
Setter for attribute 'Attribute.TypeConstraint'
Metamodel description:
Provides an indication of the instanciation of the Attribute's elementary class.
|
void |
setValue(String value)
Setter for attribute 'Attribute.Value'
Metamodel description:
Default value of the Attribute.
|
getChangeable, getMultiplicityMax, getMultiplicityMin, getRealizedInformationFlow, getRealizedInformationFlow, isIsDerived, isIsOrdered, isIsUnique, setChangeable, setIsDerived, setIsOrdered, setIsUnique, setMultiplicityMax, setMultiplicityMin
getVisibility, isIsAbstract, isIsClass, setIsAbstract, setIsClass, setVisibility
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
String getTypeConstraint()
void setTypeConstraint(String value)
String getValue()
void setValue(String value)
boolean isTargetIsClass()
void setTargetIsClass(boolean value)
GeneralClass getType()
void setType(GeneralClass value)
Classifier getOwner()
void setOwner(Classifier value)
org.eclipse.emf.common.util.EList<AttributeLink> getOccurence()
<T extends AttributeLink> List<T> getOccurence(Class<T> filterClass)
org.eclipse.emf.common.util.EList<BpmnItemAwareElement> getRepresentingItem()
<T extends BpmnItemAwareElement> List<T> getRepresentingItem(Class<T> filterClass)
org.eclipse.emf.common.util.EList<ObjectNode> getRepresentingObjectNode()
<T extends ObjectNode> List<T> getRepresentingObjectNode(Class<T> filterClass)
AssociationEnd getQualified()
void setQualified(AssociationEnd value)