com.stellent.cis.client.command
Interface ICommandMethod

All Superinterfaces:
java.io.Serializable

public interface ICommandMethod
extends java.io.Serializable

Represents an individual API method on a command object.


Method Summary
 java.lang.String getApi()
           
 int getID()
           
 java.lang.String getName()
           
 java.util.List getParameters()
           
 java.lang.Class getReturnType()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
the name of the method

getReturnType

java.lang.Class getReturnType()
Returns:
the return type of the method

getParameters

java.util.List getParameters()
Returns:
the list of parameters as ICommandField objects

getApi

java.lang.String getApi()
Returns:
the name of API

getID

int getID()
Returns:
a unique ID to this command that identifies this method