gr.uoa.di.madgik.environment.is.elements.invocable
Class Method
java.lang.Object
gr.uoa.di.madgik.environment.is.elements.invocable.Method
- Direct Known Subclasses:
- WSMethod
public class Method
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public String ID
IsConstructor
public boolean IsConstructor
Name
public String Name
Signature
public String Signature
Parameters
protected Map<String,Parameter> Parameters
ReturnValue
public ParameterType ReturnValue
Method
public Method()
Add
public void Add(Parameter p)
Get
public Parameter Get(String name)
FromXML
public void FromXML(Element XML,
String ClassName)
throws EnvironmentInformationSystemSerializationException
- Throws:
EnvironmentInformationSystemSerializationException
ToXML
public String ToXML(String type)
throws EnvironmentInformationSystemSerializationException
- Throws:
EnvironmentInformationSystemSerializationException
Copyright © 2013. All Rights Reserved.