|
||||||||||
| 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
net.sf.csutils.groovy.policy.GroovyEntityMetaClass
public abstract class GroovyEntityMetaClass
| Field Summary |
|---|
| Fields inherited from class groovy.lang.DelegatingMetaClass |
|---|
delegate |
| Constructor Summary | |
|---|---|
GroovyEntityMetaClass(groovy.lang.MetaClass pDelegate)
Creates a new instance. |
|
| Method Summary | |
|---|---|
Object |
getProperty(Object pObject,
String pProperty)
|
static javax.xml.registry.infomodel.RegistryObject |
getRegistryObject(Object pEntity)
Reads the wrapped RegistryObject instance from the given
GroovyEntity. |
Object |
invokeMethod(Object pObject,
String pMethodName,
Object[] pArgs)
|
void |
setProperty(Object pObject,
String pProperty,
Object pValues)
|
| Methods inherited from class net.sf.csutils.groovy.RegistryObjectMetaClass |
|---|
getMetaModel |
| 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 GroovyEntityMetaClass(groovy.lang.MetaClass pDelegate)
pDelegate - The proxied meta class.| Method Detail |
|---|
public static javax.xml.registry.infomodel.RegistryObject getRegistryObject(Object pEntity)
RegistryObject instance from the given
GroovyEntity.
pEntity - The GroovyEntity instance.
RegistryObject instance.
public void setProperty(Object pObject,
String pProperty,
Object pValues)
setProperty in interface groovy.lang.MetaObjectProtocolsetProperty in class RegistryObjectMetaClass
public Object invokeMethod(Object pObject,
String pMethodName,
Object[] pArgs)
invokeMethod in interface groovy.lang.MetaObjectProtocolinvokeMethod in class RegistryObjectMetaClass
public Object getProperty(Object pObject,
String pProperty)
getProperty in interface groovy.lang.MetaObjectProtocolgetProperty in class RegistryObjectMetaClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||