public interface EndpointMethod
| Modifier and Type | Method and Description |
|---|---|
CommentDeclaration |
getComment()
Returns a non-null comment for this method.
|
String |
getName()
Returns the name of this method.
|
List<FieldOrParameter> |
getParameters()
Returns a list of parameters to the method.
|
Type |
getReturnType()
Returns the return type of the method
|
CommentDeclaration getComment()
String getName()
List<FieldOrParameter> getParameters()
Type getReturnType()
Copyright © 2012–2014 Danish Maritime Authority. All rights reserved.