Package org.omg.smm
Interface Attribute
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
AttributeImpl
public interface Attribute extends SmmElement
- See Also:
SmmPackage.getAttribute()
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getTag
String getTag()Returns the value of the 'Tag' attribute.- Returns:
- the value of the 'Tag' attribute.
- See Also:
setTag(String),SmmPackage.getAttribute_Tag()
-
setTag
Sets the value of the 'Tag' attribute.- Parameters:
value- the new value of the 'Tag' attribute.- See Also:
getTag()
-
getValue
String getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String),SmmPackage.getAttribute_Value()
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
getValue()
-