org.gvsig.tools.dynobject
Interface DynMethod


public interface DynMethod


Method Summary
 int getCode()
           
 String getDescription()
           
 String getName()
           
 Object invoke(Object self, DynObject context)
           
 

Method Detail

invoke

Object invoke(Object self,
              DynObject context)
              throws DynMethodException
Throws:
DynMethodException

getName

String getName()

getDescription

String getDescription()

getCode

int getCode()
            throws DynMethodNotSupportedException
Throws:
DynMethodNotSupportedException


Copyright © 2004-2011 gvSIG. All Rights Reserved.