|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reference | |
---|---|
org.eclipse.mofscript.MOFScriptModel | |
org.eclipse.mofscript.MOFScriptModel.impl | |
org.eclipse.mofscript.MOFScriptModel.util | |
org.eclipse.mofscript.parser |
Uses of Reference in org.eclipse.mofscript.MOFScriptModel |
---|
Methods in org.eclipse.mofscript.MOFScriptModel that return Reference | |
---|---|
Reference |
MOFScriptModelFactory.createReference()
Returns a new object of class 'Reference' |
Reference |
M2MTrace.getSource()
Returns the value of the 'Source' reference |
Reference |
M2MTrace.getTarget()
Returns the value of the 'Target' reference |
Methods in org.eclipse.mofscript.MOFScriptModel with parameters of type Reference | |
---|---|
void |
M2MTrace.setSource(Reference value)
Sets the value of the ' Source ' reference |
void |
M2MTrace.setTarget(Reference value)
Sets the value of the ' Target ' reference |
Uses of Reference in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement Reference | |
---|---|
class |
ReferenceImpl
An implementation of the model object 'Reference' |
Fields in org.eclipse.mofscript.MOFScriptModel.impl declared as Reference | |
---|---|
protected Reference |
M2MTraceImpl.source
The cached value of the ' Source ' reference |
protected Reference |
M2MTraceImpl.target
The cached value of the ' Target ' reference |
Methods in org.eclipse.mofscript.MOFScriptModel.impl that return Reference | |
---|---|
Reference |
M2MTraceImpl.basicGetSource()
|
Reference |
M2MTraceImpl.basicGetTarget()
|
Reference |
MOFScriptModelFactoryImpl.createReference()
|
Reference |
M2MTraceImpl.getSource()
|
Reference |
M2MTraceImpl.getTarget()
|
Methods in org.eclipse.mofscript.MOFScriptModel.impl with parameters of type Reference | |
---|---|
void |
M2MTraceImpl.setSource(Reference newSource)
|
void |
M2MTraceImpl.setTarget(Reference newTarget)
|
Uses of Reference in org.eclipse.mofscript.MOFScriptModel.util |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type Reference | |
---|---|
T |
MOFScriptModelSwitch.caseReference(Reference object)
Returns the result of interpreting the object as an instance of 'Reference' |
Uses of Reference in org.eclipse.mofscript.parser |
---|
Methods in org.eclipse.mofscript.parser with parameters of type Reference | |
---|---|
void |
MofScriptModelChecker.checkReference(Reference ref)
Checks the refrence |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |