Package com.sodius.mdw.metamodel.xml
Interface Attribute
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface Attribute extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Attribute'.The following features are supported:
- See Also:
XmlPackage.getAttribute()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the value of the 'Name' attribute.Element
getParent()
Returns the value of the 'Parent' container reference.String
getValue()
Returns the value of the 'Value' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setParent(Element value)
Sets the value of the 'Parent
' container reference.void
setValue(String 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
-
getParent
Element getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Attributes
'.- Returns:
- the value of the 'Parent' container reference.
- See Also:
setParent(Element)
,XmlPackage.getAttribute_Parent()
,Element.getAttributes()
-
setParent
void setParent(Element value)
Sets the value of the 'Parent
' container reference.- Parameters:
value
- the new value of the 'Parent' container reference.- See Also:
getParent()
-
getName
String getName()
Returns the value of the 'Name' attribute. The default value is""
.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,XmlPackage.getAttribute_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getValue
String getValue()
Returns the value of the 'Value' attribute. The default value is""
.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,XmlPackage.getAttribute_Value()
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
-