|
|||||||||
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(java.lang.Object obj)
|
void |
FromXML(org.w3c.dom.Element element)
Parses the XML subtree provided to populate the instance |
Arguments |
GetArguments()
Retrieves the arguments that should be provided to the method invocation |
java.lang.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 |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Method()
Method Detail |
---|
public java.lang.String GetName()
public Arguments GetArguments()
public Output GetOutput()
public int GetOrder()
ObjectParameter
public int compareTo(Method o)
compareTo
in interface java.lang.Comparable<Method>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void FromXML(org.w3c.dom.Element element) throws java.lang.Exception
element
- the XML subtree
java.lang.Exception
- the parsing could not be performed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |