gr.uoa.di.madgik.commons.configuration.parameter.elements
Class Output

java.lang.Object
  extended by gr.uoa.di.madgik.commons.configuration.parameter.elements.Output

public class Output
extends java.lang.Object

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

Author:
gpapanikos

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

Output

public Output()
Creates a new instance

Method Detail

GetParameterName

public java.lang.String GetParameterName()
Retireves the parameter name that shoulc hold the output of a method invokation

Returns:
the name

FromXML

public void FromXML(org.w3c.dom.Element element)
             throws java.lang.Exception
Parses the XML subtree provided to populate the instance

Parameters:
element - the XML subtree
Throws:
java.lang.Exception - the parsing could not be performed