public class Argument extends Object implements Comparable<Argument>
ObjectParameter description. Used to store a single argument
in an Arguments instnace| Constructor and Description |
|---|
Argument()
Creates a new Argument
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public int GetOrder()
public String GetName()
public String GetParameterName()
public int compareTo(Argument o)
compareTo in interface Comparable<Argument>Copyright © 2018. All Rights Reserved.