public interface OperationDeclaration
| Modifier and Type | Method and Description |
|---|---|
VariableDeclaration[] |
getArguments()
Returns a VariableDeclaration array representing the arguments of the operation.
|
String |
getName()
The declared operation name
|
String |
getReturnType()
The declared return type.
|
String getReturnType()
VariableDeclaration[] getArguments()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.