Interface ManifestationContainer
- 
- All Known Subinterfaces:
 Category,CharacteristicBinding,EnumLiteral
- All Known Implementing Classes:
 CategoryImpl,CharacteristicBindingImpl,EnumLiteralImpl,ManifestationContainerImpl
public interface ManifestationContainer extends EObject
A representation of the model object 'Manifestation Container'.The following features are supported:
- See Also:
 BindingPackage.getManifestationContainer()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueTypedetermineValueType()ManifestationgetManifestation()Returns the value of the 'Manifestation' containment reference.ValueTypegetValuetype()Returns the value of the 'Valuetype' reference.voidsetManifestation(Manifestation value)Sets the value of the 'Manifestation' containment reference.- 
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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getManifestation
Manifestation getManifestation()
Returns the value of the 'Manifestation' containment reference. It is bidirectional and its opposite is 'Container'.- Returns:
 - the value of the 'Manifestation' containment reference.
 - See Also:
 setManifestation(Manifestation),BindingPackage.getManifestationContainer_Manifestation(),Manifestation.getContainer()- Generated class or method.
 - EMF model class or method.
 - opposite="container" containment="true"
 
 
- 
setManifestation
void setManifestation(Manifestation value)
Sets the value of the 'Manifestation' containment reference.- Parameters:
 value- the new value of the 'Manifestation' containment reference.- See Also:
 getManifestation()- Generated class or method.
 
 
- 
getValuetype
ValueType getValuetype()
Returns the value of the 'Valuetype' reference.- Returns:
 - the value of the 'Valuetype' reference.
 - See Also:
 BindingPackage.getManifestationContainer_Valuetype()- Generated class or method.
 - EMF model class or method.
 - required="true" transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot derivation='self.determineValueType()'"
 
 
- 
determineValueType
ValueType determineValueType()
- Generated class or method.
 - EMF model class or method.
 - required="true"
 
 
 - 
 
 -