|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgroovy.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 delegate)
Creates a new instance. |
|
| Method Summary | |
|---|---|
protected abstract net.sf.csutils.core.model.ROMetaModel |
getMetaModel()
|
java.lang.Object |
getProperty(java.lang.Object pObject,
java.lang.String pProperty)
|
java.lang.Object |
invokeMethod(java.lang.Object pObject,
java.lang.String pMethodName,
java.lang.Object[] pArgs)
|
void |
setProperty(java.lang.Object pObject,
java.lang.String pProperty,
java.lang.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 delegate)
| Method Detail |
|---|
protected abstract net.sf.csutils.core.model.ROMetaModel getMetaModel()
public void setProperty(java.lang.Object pObject,
java.lang.String pProperty,
java.lang.Object pValues)
setProperty in interface groovy.lang.MetaObjectProtocolsetProperty in class groovy.lang.DelegatingMetaClass
public java.lang.Object getProperty(java.lang.Object pObject,
java.lang.String pProperty)
getProperty in interface groovy.lang.MetaObjectProtocolgetProperty in class groovy.lang.DelegatingMetaClass
public java.lang.Object invokeMethod(java.lang.Object pObject,
java.lang.String pMethodName,
java.lang.Object[] pArgs)
invokeMethod in interface groovy.lang.MetaObjectProtocolinvokeMethod in class groovy.lang.DelegatingMetaClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||