Interface StaticManifestation
-
- All Superinterfaces:
EObject
,Manifestation
,Notifier
- All Known Subinterfaces:
SingleValue
- All Known Implementing Classes:
SingleValueImpl
,SingleValueImplGen
,StaticManifestationImpl
public interface StaticManifestation extends Manifestation
A representation of the model object 'Static Manifestation'.The following features are supported:
- See Also:
ManifestationPackage.getStaticManifestation()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getValue()
Returns the value of the 'Value' attribute.java.lang.Object
sample()
void
setValue(java.lang.Object value)
Sets the value of the 'Value
' attribute.-
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 tools.mdsd.characteristics.manifestation.Manifestation
getContainer, getStorage, setContainer, setStorage
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getValue
java.lang.Object getValue()
Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(Object)
,ManifestationPackage.getStaticManifestation_Value()
- Generated class or method.
- EMF model class or method.
- dataType="tools.mdsd.characteristics.manifestation.EManifestationObject" transient="true" volatile="true" derived="true"
-
setValue
void setValue(java.lang.Object value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
- Generated class or method.
-
sample
java.lang.Object sample()
- Specified by:
sample
in interfaceManifestation
- Generated class or method.
- EMF model class or method.
- dataType="tools.mdsd.characteristics.manifestation.EManifestationObject" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot body='self.value'"
-
-