public interface Method extends Member
The following features are supported:
VarlinkIdlPackage.getMethod()| Modifier and Type | Method and Description |
|---|---|
Arguments |
getArguments()
Returns the value of the 'Arguments' containment reference.
|
Result |
getResult()
Returns the value of the 'Result' containment reference.
|
void |
setArguments(Arguments value)
Sets the value of the '
Arguments' containment reference. |
void |
setResult(Result value)
Sets the value of the '
Result' containment reference. |
Arguments getArguments()
If the meaning of the 'Arguments' containment reference isn't clear, there really should be more of a description here...
setArguments(Arguments),
VarlinkIdlPackage.getMethod_Arguments()void setArguments(Arguments value)
Arguments' containment reference.
value - the new value of the 'Arguments' containment reference.getArguments()Result getResult()
If the meaning of the 'Result' containment reference isn't clear, there really should be more of a description here...
setResult(Result),
VarlinkIdlPackage.getMethod_Result()void setResult(Result value)
Result' containment reference.
value - the new value of the 'Result' containment reference.getResult()Copyright © 2017–2018. All rights reserved.