gr.uoa.di.madgik.environment.is.elements.invocable
Class Parameter

java.lang.Object
  extended by gr.uoa.di.madgik.environment.is.elements.invocable.Parameter
All Implemented Interfaces:
Serializable

public class Parameter
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String ID
           
 String Name
           
 int Order
           
 String Token
           
 ParameterType Type
           
 
Constructor Summary
Parameter()
           
 
Method Summary
 void FromXML(Element XML, boolean isSimple)
           
 String ToXML(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public String ID

Order

public int Order

Name

public String Name

Token

public String Token

Type

public ParameterType Type
Constructor Detail

Parameter

public Parameter()
Method Detail

FromXML

public void FromXML(Element XML,
                    boolean isSimple)
             throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException

ToXML

public String ToXML(String type)
             throws EnvironmentInformationSystemSerializationException
Throws:
EnvironmentInformationSystemSerializationException


Copyright © 2012. All Rights Reserved.