Interface OutputParameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,JudgmentParameter,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OutputParameterImpl
public interface OutputParameter extends JudgmentParameter
A representation of the model object 'Output Parameter'.The following features are supported:
- See Also:
XsemanticsPackage.getOutputParameter()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmTypeReferencegetJvmTypeReference()Returns the value of the 'Jvm Type Reference' containment reference.voidsetJvmTypeReference(org.eclipse.xtext.common.types.JvmTypeReference value)Sets the value of the 'Jvm Type Reference' containment reference.
-
-
-
Method Detail
-
getJvmTypeReference
org.eclipse.xtext.common.types.JvmTypeReference getJvmTypeReference()
Returns the value of the 'Jvm Type Reference' containment reference.- Returns:
- the value of the 'Jvm Type Reference' containment reference.
- See Also:
setJvmTypeReference(JvmTypeReference),XsemanticsPackage.getOutputParameter_JvmTypeReference()
-
setJvmTypeReference
void setJvmTypeReference(org.eclipse.xtext.common.types.JvmTypeReference value)
Sets the value of the 'Jvm Type Reference' containment reference.- Parameters:
value- the new value of the 'Jvm Type Reference' containment reference.- See Also:
getJvmTypeReference()
-
-