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
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.common.types.JvmType
getName()
Returns the value of the 'Name' attribute.org.eclipse.xtext.common.types.JvmType
getType()
Returns the value of the 'Type' reference.void
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 Details
-
getType
org.eclipse.xtext.common.types.JvmType getType()Returns the value of the 'Type' reference.- Returns:
- the value of the 'Type' reference.
- See Also:
-
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:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getActualType
org.eclipse.xtext.common.types.JvmType getActualType()
-