public interface TypedParameter
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VeplPackage.getTypedParameter()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.xtext.common.types.JvmTypeReference |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setType(org.eclipse.xtext.common.types.JvmTypeReference value)
Sets the value of the '
Type' containment reference. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
VeplPackage.getTypedParameter_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.xtext.common.types.JvmTypeReference getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(JvmTypeReference),
VeplPackage.getTypedParameter_Type()