Package com._1c.g5.v8.dt.bsl.model
Interface FantomVariableOccurrence
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
FantomVariableOccurrenceImpl
public interface FantomVariableOccurrence
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Fantom Variable Occurrence'.
Represents variable occurrence which is not actually contained in the model.
This object is intended for variable proposal hover. When we see at the variable proposal hover variable is not actually contains in the model and it is impossible to get offset by model object. Because of this we use this object: a variable with fixed offset.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Offset' attribute.Returns the value of the 'Variable' reference.voidsetOffset(int value) Sets the value of the 'Offset' attribute.voidsetVariable(Variable value) Sets the value of the 'Variable' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVariable
Variable getVariable()Returns the value of the 'Variable' reference.- Returns:
- the value of the 'Variable' reference.
- See Also:
-
setVariable
Sets the value of the 'Variable' reference.- Parameters:
value- the new value of the 'Variable' reference.- See Also:
-
getOffset
int getOffset()Returns the value of the 'Offset' attribute.- Returns:
- the value of the 'Offset' attribute.
- See Also:
-
setOffset
void setOffset(int value) Sets the value of the 'Offset' attribute.- Parameters:
value- the new value of the 'Offset' attribute.- See Also:
-