|
|||||||||
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.Output
public class Output
This class is a member of the ObjectParameter
description. Used to store the output of a method
invokation and the parameter it should be stored to
Constructor Summary | |
---|---|
Output()
Creates a new instance |
Method Summary | |
---|---|
void |
FromXML(org.w3c.dom.Element element)
Parses the XML subtree provided to populate the instance |
java.lang.String |
GetParameterName()
Retireves the parameter name that shoulc hold the output of a method invokation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Output()
Method Detail |
---|
public java.lang.String GetParameterName()
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 |