|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.commons.configuration.parameter.elements.Method
public class Method
This class is a member of the ObjectParameter description. Used to store the output of a method
invokation and the parameter it should be stored to
| Constructor Summary | |
|---|---|
Method()
Creates a new instnace |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Method()
| Method Detail |
|---|
public String GetName()
public Arguments GetArguments()
public Output GetOutput()
public int GetOrder()
ObjectParameter
public int compareTo(Method o)
compareTo in interface Comparable<Method>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void FromXML(Element element)
throws Exception
element - the XML subtree
Exception - the parsing could not be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||