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 ObjectgetValue()Returns the value of the 'Value' attribute.Objectsample()voidsetValue(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
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(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
Object sample()
- Specified by:
samplein 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'"
-
-