Interface JavaConstantValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,org.eclipse.emf.common.notify.Notifier
,ValueReference
- All Known Implementing Classes:
JavaConstantValueImpl
public interface JavaConstantValue extends ValueReference
A representation of the model object 'Java Constant Value'.The following features are supported:
- See Also:
PatternLanguagePackage.getJavaConstantValue()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmDeclaredType
getClassRef()
Returns the value of the 'Class Ref' reference.org.eclipse.xtext.common.types.JvmField
getFieldRef()
Returns the value of the 'Field Ref' reference.void
setClassRef(org.eclipse.xtext.common.types.JvmDeclaredType value)
Sets the value of the 'Class Ref
' reference.void
setFieldRef(org.eclipse.xtext.common.types.JvmField value)
Sets the value of the 'Field Ref
' 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
-
Methods inherited from interface org.eclipse.viatra.query.patternlanguage.emf.vql.ValueReference
toString
-
-
-
-
Method Detail
-
getClassRef
org.eclipse.xtext.common.types.JvmDeclaredType getClassRef()
Returns the value of the 'Class Ref' reference.- Returns:
- the value of the 'Class Ref' reference.
- See Also:
setClassRef(JvmDeclaredType)
,PatternLanguagePackage.getJavaConstantValue_ClassRef()
- Generated:
- Model:
-
setClassRef
void setClassRef(org.eclipse.xtext.common.types.JvmDeclaredType value)
Sets the value of the 'Class Ref
' reference.- Parameters:
value
- the new value of the 'Class Ref' reference.- See Also:
getClassRef()
- Generated:
-
getFieldRef
org.eclipse.xtext.common.types.JvmField getFieldRef()
Returns the value of the 'Field Ref' reference.- Returns:
- the value of the 'Field Ref' reference.
- See Also:
setFieldRef(JvmField)
,PatternLanguagePackage.getJavaConstantValue_FieldRef()
- Generated:
- Model:
-
setFieldRef
void setFieldRef(org.eclipse.xtext.common.types.JvmField value)
Sets the value of the 'Field Ref
' reference.- Parameters:
value
- the new value of the 'Field Ref' reference.- See Also:
getFieldRef()
- Generated:
-
-