|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.DelegatingMetaClass net.sf.csutils.groovy.RegistryObjectMetaClass
public abstract class RegistryObjectMetaClass
Meta class for RegistryObject
.
Field Summary |
---|
Fields inherited from class groovy.lang.DelegatingMetaClass |
---|
delegate |
Constructor Summary | |
---|---|
RegistryObjectMetaClass(groovy.lang.MetaClass pDelegate)
Creates a new instance. |
Method Summary | |
---|---|
protected abstract net.sf.csutils.core.model.ROMetaModel |
getMetaModel()
|
Object |
getProperty(Object pObject,
String pProperty)
|
Object |
invokeMethod(Object pObject,
String pMethodName,
Object[] pArgs)
|
void |
setProperty(Object pObject,
String pProperty,
Object pValues)
|
Methods inherited from class groovy.lang.DelegatingMetaClass |
---|
addMetaBeanProperty, addMetaMethod, addNewInstanceMethod, addNewStaticMethod, equals, getAdaptee, getAttribute, getAttribute, getClassNode, getMetaClass, getMetaMethod, getMetaMethods, getMetaProperty, getMethods, getProperties, getProperty, getProperty, getStaticMetaMethod, getStaticMetaMethod, getTheClass, hashCode, hasProperty, initialize, invokeConstructor, invokeMethod, invokeMethod, invokeMethod, invokeMissingMethod, invokeMissingProperty, invokeStaticMethod, isGroovyObject, isModified, pickMethod, respondsTo, respondsTo, selectConstructorAndTransformArguments, setAdaptee, setAttribute, setAttribute, setMetaClass, setProperty, setProperty, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegistryObjectMetaClass(groovy.lang.MetaClass pDelegate)
pDelegate
- The proxied meta class.Method Detail |
---|
protected abstract net.sf.csutils.core.model.ROMetaModel getMetaModel()
public void setProperty(Object pObject, String pProperty, Object pValues)
setProperty
in interface groovy.lang.MetaObjectProtocol
setProperty
in class groovy.lang.DelegatingMetaClass
public Object getProperty(Object pObject, String pProperty)
getProperty
in interface groovy.lang.MetaObjectProtocol
getProperty
in class groovy.lang.DelegatingMetaClass
public Object invokeMethod(Object pObject, String pMethodName, Object[] pArgs)
invokeMethod
in interface groovy.lang.MetaObjectProtocol
invokeMethod
in class groovy.lang.DelegatingMetaClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |