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

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

public class Constructor
extends java.lang.Object

This class is a member of the ObjectParameter description. Used to store the constructor that should be used to instnatiate the ObjectParameter

Author:
gpapanikos

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

Constructor

public Constructor()
Creates a new instnace

Method Detail

GetArguments

public Arguments GetArguments()
Retrieves the arguments that should be provided to contatructor

Returns:
the arguments

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