org.kemet.lf.tools
Class MethodInfo

java.lang.Object
  extended by org.kemet.lf.tools.MethodInfo

public class MethodInfo
extends java.lang.Object

Since:
0.5
Author:
fabricemaupin

MethodInfo : define method associated to particular process.


Constructor Summary
MethodInfo()
           initialize information about method.
 
Method Summary
 java.lang.String getMethod()
           return the name of the method.
 java.lang.String getName()
           return the name of the class.
 java.util.Vector<java.lang.Object[]> getParam()
           return the list of parameters for method.
 void setMethod(java.lang.String method)
           fix the name of the method.
 void setName(java.lang.String name)
           fix the name of the class.
 void setParam(java.util.Vector<java.lang.Object[]> param)
           fix the list of parameters for method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo()

initialize information about method.

Since:
0.5
Method Detail

getName

public java.lang.String getName()

return the name of the class.

Returns:
name of the class
Since:
0.5

setName

public void setName(java.lang.String name)

fix the name of the class.

Parameters:
name - name of the class
Since:
0.5

getMethod

public java.lang.String getMethod()

return the name of the method.

Returns:
name of the method
Since:
0.5

setMethod

public void setMethod(java.lang.String method)

fix the name of the method.

Parameters:
method - name of the method
Since:
0.5

getParam

public java.util.Vector<java.lang.Object[]> getParam()

return the list of parameters for method.

Returns:
list of parameters for method
Since:
0.5

setParam

public void setParam(java.util.Vector<java.lang.Object[]> param)

fix the list of parameters for method.

Parameters:
param - list of parameters for method
Since:
0.5


Copyright © 2008 F. MAUPIN. All Rights Reserved.