public interface GroovyObject
GDK enhancements for GroovyObject.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public MetaClass |
getMetaClass()Obtains a MetaClass for an object either from the registry or in the case of a GroovyObject from the object itself. |
|
public void |
setMetaClass(MetaClass metaClass)Sets the metaclass for a GroovyObject. |
Obtains a MetaClass for an object either from the registry or in the case of a GroovyObject from the object itself.
Sets the metaclass for a GroovyObject.
metaClass - the new metaclass value