|
|||||||||
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(java.lang.Object obj)
|
void |
FromXML(org.w3c.dom.Element element)
Parses the XML subtree provided to populate the instance |
java.lang.String |
GetName()
Retrieves the name of the argument |
int |
GetOrder()
Retrieves teh order of the parameter in the parameter list |
java.lang.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 |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Argument()
Method Detail |
---|
public int GetOrder()
public java.lang.String GetName()
public java.lang.String GetParameterName()
public int compareTo(Argument o)
compareTo
in interface java.lang.Comparable<Argument>
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 |