public interface Parameter extends DomainObjectTypedElement
The following features are supported:
TacticdslPackage.getParameter()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
ComplexType |
getParameterType()
Returns the value of the 'Parameter Type' containment reference.
|
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setParameterType(ComplexType value)
Sets the value of the '
Parameter Type' containment reference. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
TacticdslPackage.getParameter_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()ComplexType getParameterType()
If the meaning of the 'Parameter Type' containment reference isn't clear, there really should be more of a description here...
setParameterType(ComplexType),
TacticdslPackage.getParameter_ParameterType()void setParameterType(ComplexType value)
Parameter Type' containment reference.
value - the new value of the 'Parameter Type' containment reference.getParameterType()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),
TacticdslPackage.getParameter_Name()