public class Method extends NamedElement
doc, name| Constructor and Description |
|---|
Method(String name,
String doc,
List<Param> params,
Return returnProp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Method> |
expandIfOpsParams() |
List<ModelElement> |
getChildren() |
List<Param> |
getParams() |
Return |
getReturn() |
int |
hashCode() |
void |
setParams(List<Param> params) |
void |
setReturnProp(Return returnProp) |
String |
toString() |
getDoc, getName, setDoc, setName, updateNamepublic Return getReturn()
public void setReturnProp(Return returnProp)
public int hashCode()
hashCode in class NamedElementpublic boolean equals(Object obj)
equals in class NamedElementpublic List<ModelElement> getChildren()
getChildren in class ModelElementCopyright © 2016. All rights reserved.