CDMA client API  3.1.0
CDMA core library
org.gumtree.data.dictionary.impl.PathMethod Class Reference

Inherits IPathMethod.

List of all members.

Public Member Functions

 PathMethod (String method)
 PathMethod (String method, Object param)
String getName ()
void setName (String method)
Object[] getParam ()
void pushParam (Object param)
Object popParam ()
boolean isExternalCall ()
void isExternal (boolean external)

Package Attributes

String m_method
ArrayList< Object > m_param
boolean m_external = false

Constructor & Destructor Documentation

org.gumtree.data.dictionary.impl.PathMethod.PathMethod ( String  method,
Object  param 
)

Member Function Documentation

Returns name of the method that will be called (using it's package name) return String

Return parameters Object that are used by this method

Returns:
Object array

Set whether or not the method is already contained by the plug-in or if it will be dynamically loaded from the external folder specific to the plug-in.

Returns:
boolean
See also:
LogicalGroup.resolveMethod
org.gumtree.data.dictionary.IClassLoader

Tells whether or not the method is already contained by the plug-in or if it will be dynamically loaded from the external folder specific to the plug-in.

Returns:
boolean

Set a parameter value that will be used by this method

Returns:
Object that will be used by this method
Note:
works as a FIFO

Set a parameter value that will be used by this method

Parameters:
paramObject that will be used by this method
Note:
works as a FIFO

Sets the name of the method that will be called (using it's package name)

Parameters:
methodin its namespace

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables