|
|||||||||
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.Arguments
public class Arguments
This class is a member of the ObjectParameter
description. Used to store the arguments
that should be used in either a Method
or a Constructor
call.
Constructor Summary | |
---|---|
Arguments()
Creates a new instnace |
Method Summary | |
---|---|
void |
Add(Argument arg)
Adds a new argument to teh collection |
void |
FromXML(org.w3c.dom.Element element)
Parses the XML subtree provided to populate the instance |
java.util.List<Argument> |
GetArguments()
The Contained arguments |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arguments()
Method Detail |
---|
public void Add(Argument arg)
arg
- the argument to addpublic java.util.List<Argument> GetArguments()
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 |