public interface TypedParameterWithDefaultValue
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VeplPackage.getTypedParameterWithDefaultValue()| Modifier and Type | Method and Description |
|---|---|
TypedParameter |
getTypedParameter()
Returns the value of the 'Typed Parameter' containment reference.
|
org.eclipse.xtext.xbase.XExpression |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setTypedParameter(TypedParameter value)
Sets the value of the '
Typed Parameter' containment reference. |
void |
setValue(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the '
Value' containment reference. |
TypedParameter getTypedParameter()
If the meaning of the 'Typed Parameter' containment reference isn't clear, there really should be more of a description here...
setTypedParameter(TypedParameter),
VeplPackage.getTypedParameterWithDefaultValue_TypedParameter()void setTypedParameter(TypedParameter value)
Typed Parameter' containment reference.
value - the new value of the 'Typed Parameter' containment reference.getTypedParameter()org.eclipse.xtext.xbase.XExpression getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(XExpression),
VeplPackage.getTypedParameterWithDefaultValue_Value()void setValue(org.eclipse.xtext.xbase.XExpression value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()