net.sf.csutils.groovy
Class LocalizedStringMetaClass

java.lang.Object
  extended by groovy.lang.DelegatingMetaClass
      extended by net.sf.csutils.groovy.LocalizedStringMetaClass
All Implemented Interfaces:
groovy.lang.GroovyObject, groovy.lang.MetaClass, groovy.lang.MetaObjectProtocol, groovy.lang.MutableMetaClass

public class LocalizedStringMetaClass
extends groovy.lang.DelegatingMetaClass


Field Summary
 
Fields inherited from class groovy.lang.DelegatingMetaClass
delegate
 
Constructor Summary
LocalizedStringMetaClass(groovy.lang.MetaClass pMetaClass)
           
 
Method Summary
 Object getProperty(Object pObject, String pName)
           
 void setProperty(Object pObject, String pName, Object pValue)
           
 
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, 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

LocalizedStringMetaClass

public LocalizedStringMetaClass(groovy.lang.MetaClass pMetaClass)
Method Detail

getProperty

public Object getProperty(Object pObject,
                          String pName)
Specified by:
getProperty in interface groovy.lang.MetaObjectProtocol
Overrides:
getProperty in class groovy.lang.DelegatingMetaClass

setProperty

public void setProperty(Object pObject,
                        String pName,
                        Object pValue)
Specified by:
setProperty in interface groovy.lang.MetaObjectProtocol
Overrides:
setProperty in class groovy.lang.DelegatingMetaClass


Copyright © 2009-2010. All Rights Reserved.