org.eclipse.emf.mwe2.language.mwe2
Interface Value

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BooleanLiteral, Component, Reference, StringLiteral
All Known Implementing Classes:
BooleanLiteralImpl, BooleanLiteralImplCustom, ComponentImpl, ComponentImplCustom, ReferenceImpl, ReferenceImplCustom, StringLiteralImpl, StringLiteralImplCustom, ValueImpl

public interface Value
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Value'.

See Also:
Mwe2Package.getValue()
EMF generated code
EMF model element
abstract="true"

Method Summary
 org.eclipse.xtext.common.types.JvmType getActualType()
           
 
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

getActualType

org.eclipse.xtext.common.types.JvmType getActualType()

EMF generated code
EMF model element
kind="operation"