public interface OnVariable
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RobotMLPackage.getOnVariable()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Parameter |
getBase_Parameter()
Returns the value of the 'Base Parameter' reference.
|
org.eclipse.uml2.uml.Property |
getProperty()
Returns the value of the 'Property' reference.
|
void |
setBase_Parameter(org.eclipse.uml2.uml.Parameter value)
Sets the value of the '
Base Parameter ' reference. |
void |
setProperty(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Property ' reference. |
org.eclipse.uml2.uml.Property getProperty()
If the meaning of the 'Property' reference isn't clear, there really should be more of a description here...
setProperty(Property)
,
RobotMLPackage.getOnVariable_Property()
void setProperty(org.eclipse.uml2.uml.Property value)
Property
' reference.
value
- the new value of the 'Property' reference.getProperty()
org.eclipse.uml2.uml.Parameter getBase_Parameter()
If the meaning of the 'Base Parameter' reference isn't clear, there really should be more of a description here...
setBase_Parameter(Parameter)
,
RobotMLPackage.getOnVariable_Base_Parameter()
void setBase_Parameter(org.eclipse.uml2.uml.Parameter value)
Base Parameter
' reference.
value
- the new value of the 'Base Parameter' reference.getBase_Parameter()
Copyright © 2016 Eclipse foundation. All rights reserved.