public interface Attribute extends StructuralFeature
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MNAME
The metaclass simple name.
|
static java.lang.String |
MQNAME
The metaclass qualified name.
|
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(java.lang.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<ObjectNode> |
getRepresentingObjectNode()
Getter for relation 'Attribute->RepresentingObjectNode'
Metamodel description:
null
|
<T extends ObjectNode> |
getRepresentingObjectNode(java.lang.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.
|
java.lang.String |
getTypeConstraint()
Getter for attribute 'Attribute.TypeConstraint'
Metamodel description:
Provides an indication of the instanciation of the Attribute's elementary class.
|
java.lang.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(java.lang.String value)
Setter for attribute 'Attribute.TypeConstraint'
Metamodel description:
Provides an indication of the instanciation of the Attribute's elementary class.
|
void |
setValue(java.lang.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
getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getManifesting, getManifesting, getOwnerTemplateParameter, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, setOwnerTemplateParameter
addStereotype, getAttached, getAttached, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getExtension, getExtension, getImpactDependsOn, getImpactDependsOn, getImpactedDependency, getImpactedDependency, getImpactImpacted, getImpactImpacted, getLocalProperties, getLocalProperty, getMatrix, getMatrix, getName, getNote, getNote, getNote, getNoteContent, getNoteContent, getNoteContent, getProduct, getProduct, getProperties, getProperties, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getProperty, getStereotype, getTag, getTag, getTag, getTag, getTag, getTagValue, getTagValue, getTagValue, getTagValues, getTagValues, getTagValues, isStereotyped, isStereotyped, isTagged, isTagged, isTagged, putNoteContent, putNoteContent, putNoteContent, putTagValue, putTagValue, putTagValue, putTagValues, putTagValues, putTagValues, removeNotes, removeNotes, removeNotes, removeStereotypes, removeTags, removeTags, removeTags, setLocalProperties, setLocalProperty, setName, setProperty, setProperty, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausedImpact, getCausedImpact, 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
static final java.lang.String MNAME
static final java.lang.String MQNAME
java.lang.String getTypeConstraint()
void setTypeConstraint(java.lang.String value)
java.lang.String getValue()
void setValue(java.lang.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> java.util.List<T> getOccurence(java.lang.Class<T> filterClass)
org.eclipse.emf.common.util.EList<ObjectNode> getRepresentingObjectNode()
<T extends ObjectNode> java.util.List<T> getRepresentingObjectNode(java.lang.Class<T> filterClass)
AssociationEnd getQualified()
void setQualified(AssociationEnd value)