public class Method extends Object implements Comparable<Method>
ObjectParameter description. Used to store the output of a method
invokation and the parameter it should be stored to| Constructor and Description |
|---|
Method()
Creates a new instnace
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Method o) |
boolean |
equals(Object obj) |
void |
FromXML(Element element)
Parses the XML subtree provided to populate the instance
|
Arguments |
GetArguments()
Retrieves the arguments that should be provided to the method invocation
|
String |
GetName()
Retrieves the name of the method to call
|
int |
GetOrder()
Retrieves the order this method should be invoced compared to the rest of the methods
declared in the containing
ObjectParameter |
Output |
GetOutput()
Retrieves the output parameter to hold the return value of the method
|
int |
hashCode() |
public String GetName()
public Arguments GetArguments()
public Output GetOutput()
public int GetOrder()
ObjectParameterpublic int compareTo(Method o)
compareTo in interface Comparable<Method>Copyright © 2018. All Rights Reserved.