Package org.eclipse.epf.uma
Interface MethodElementProperty
- All Superinterfaces:
Element
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
MethodElementPropertyImpl
public interface MethodElementProperty extends PackageableElement
A representation of the model object 'Method Element Property'.
The following features are supported:
- See Also:
UmaPackage.getMethodElementProperty()
-
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, eUnset
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
java.lang.String getValue()Returns the value of the 'Value' attribute. The default value is""
.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,UmaPackage.getMethodElementProperty_Value()
-
setValue
void setValue(java.lang.String value)Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-