org.eclipse.emf.mwe2.language.mwe2
Interface Referrable

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Component, DeclaredProperty
All Known Implementing Classes:
ComponentImpl, ComponentImplCustom, DeclaredPropertyImpl, DeclaredPropertyImplCustom, ReferrableImpl, ReferrableImplCustom

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

A representation of the model object 'Referrable'.

The following features are supported:

See Also:
Mwe2Package.getReferrable()
EMF generated code
EMF model element

Method Summary
 org.eclipse.xtext.common.types.JvmType getActualType()
           
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.xtext.common.types.JvmType getType()
          Returns the value of the 'Type' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setType(org.eclipse.xtext.common.types.JvmType value)
          Sets the value of the 'Type' 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

getType

org.eclipse.xtext.common.types.JvmType getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(JvmType), Mwe2Package.getReferrable_Type()
EMF generated code
EMF model element

setType

void setType(org.eclipse.xtext.common.types.JvmType value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()
EMF generated code

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), Mwe2Package.getReferrable_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code

getActualType

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

EMF generated code
EMF model element
kind="operation"