org.eclipse.ocl.examples.pivot
Interface DynamicElement

All Superinterfaces:
DomainElement, Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, PivotObject, Visitable
All Known Subinterfaces:
DynamicType
All Known Implementing Classes:
DynamicElementImpl, DynamicTypeImpl

public interface DynamicElement
extends Element

A representation of the model object 'Dynamic Element'.

The following features are supported:

See Also:
PivotPackage.getDynamicElement()
Generated

Method Summary
 Type getMetaType()
          Returns the value of the 'Meta Type' reference.
 void setMetaType(Type value)
          Sets the value of the 'Meta Type' reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 

Method Detail

getMetaType

Type getMetaType()
Returns the value of the 'Meta Type' reference.

If the meaning of the 'Meta Type' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Meta Type' reference.
See Also:
setMetaType(Type), PivotPackage.getDynamicElement_MetaType()
Generated

setMetaType

void setMetaType(Type value)
Sets the value of the 'Meta Type' reference.

Parameters:
value - the new value of the 'Meta Type' reference.
See Also:
getMetaType()
Generated