org.gvsig.tools.dynobject
Interface DynObject

All Known Subinterfaces:
DelegatedDynObject
All Known Implementing Classes:
DefaultDynObject

public interface DynObject

Author:
Joaquín José del Cerro, Cèsar Ordiñana

Method Summary
 void clear()
           
 void delegate(DynObject dynObject)
           
 DynClass getDynClass()
           
 Object getDynValue(String name)
           
 boolean hasDynValue(String name)
           
 void implement(DynClass dynClass)
           
 Object invokeDynMethod(int code, DynObject context)
           
 Object invokeDynMethod(String name, DynObject context)
           
 void setDynValue(String name, Object value)
           
 

Method Detail

getDynClass

DynClass getDynClass()

implement

void implement(DynClass dynClass)

delegate

void delegate(DynObject dynObject)

getDynValue

Object getDynValue(String name)
                   throws DynFieldNotFoundException
Throws:
DynFieldNotFoundException

setDynValue

void setDynValue(String name,
                 Object value)
                 throws DynFieldNotFoundException
Throws:
DynFieldNotFoundException

hasDynValue

boolean hasDynValue(String name)

invokeDynMethod

Object invokeDynMethod(String name,
                       DynObject context)
                       throws DynMethodException
Throws:
DynMethodException

invokeDynMethod

Object invokeDynMethod(int code,
                       DynObject context)
                       throws DynMethodException
Throws:
DynMethodException

clear

void clear()


Copyright © 2004-2011 gvSIG. All Rights Reserved.