Package com.sodius.mdw.metamodel.doors
Interface InstantiatedAttribute
-
- All Superinterfaces:
Comparable<Object>,DoorsElement,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,org.eclipse.emf.common.notify.Notifier,com.sodius.mdw.corext.model.emf.OnDemandEObject
public interface InstantiatedAttribute extends DoorsElement
A representation of the model object 'Instantiated Attribute'.The following features are supported:
- See Also:
DoorsPackage.getInstantiatedAttribute()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributegetInstantiates()Returns the value of the 'Instantiates' reference.AttributedElementgetOwner()Returns the value of the 'Owner' container reference.RichTextgetValue()Returns the value of the 'Value' attribute.voidsetInstantiates(Attribute value)Sets the value of the 'Instantiates' reference.voidsetOwner(AttributedElement value)Sets the value of the 'Owner' container reference.voidsetValue(RichText value)Sets the value of the 'Value' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getValue
RichText getValue()
Returns the value of the 'Value' attribute. The default value is"".- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(RichText),DoorsPackage.getInstantiatedAttribute_Value()
-
setValue
void setValue(RichText value)
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-
getInstantiates
Attribute getInstantiates()
Returns the value of the 'Instantiates' reference.- Returns:
- the value of the 'Instantiates' reference.
- See Also:
setInstantiates(Attribute),DoorsPackage.getInstantiatedAttribute_Instantiates()
-
setInstantiates
void setInstantiates(Attribute value)
Sets the value of the 'Instantiates' reference.- Parameters:
value- the new value of the 'Instantiates' reference.- See Also:
getInstantiates()
-
getOwner
AttributedElement getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Instantiated Attributes'.- Returns:
- the value of the 'Owner' container reference.
- See Also:
setOwner(AttributedElement),DoorsPackage.getInstantiatedAttribute_Owner(),AttributedElement.getInstantiatedAttributes()
-
setOwner
void setOwner(AttributedElement value)
Sets the value of the 'Owner' container reference.- Parameters:
value- the new value of the 'Owner' container reference.- See Also:
getOwner()
-
-