|
||||||||||
| 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.Argument
public class Argument
This class is a member of the ObjectParameter description. Used to store a single argument
in an Arguments instnace
| Constructor Summary | |
|---|---|
Argument()
Creates a new Argument |
|
| Method Summary | |
|---|---|
int |
compareTo(Argument o)
|
boolean |
equals(Object obj)
|
void |
FromXML(Element element)
Parses the XML subtree provided to populate the instance |
String |
GetName()
Retrieves the name of the argument |
int |
GetOrder()
Retrieves teh order of the parameter in the parameter list |
String |
GetParameterName()
Retrieves the name of the parameter that stores the value to be used for this argument |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Argument()
| Method Detail |
|---|
public int GetOrder()
public String GetName()
public String GetParameterName()
public int compareTo(Argument o)
compareTo in interface Comparable<Argument>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 | |||||||||