|
|||||||||
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.Constructor
public class Constructor
This class is a member of the ObjectParameter
description. Used to store the constructor
that should be used to instnatiate the ObjectParameter
Constructor Summary | |
---|---|
Constructor()
Creates a new instnace |
Method Summary | |
---|---|
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 contatructor |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Constructor()
Method Detail |
---|
public Arguments 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 |