net.sf.csutils.groovy
Class LocalizedString

java.lang.Object
  extended by net.sf.csutils.groovy.AbstractGroovyObject
      extended by net.sf.csutils.groovy.LocalizedString
All Implemented Interfaces:
groovy.lang.GroovyObject

public class LocalizedString
extends AbstractGroovyObject


Constructor Summary
LocalizedString(GroovyMetaModel pMetaModel, javax.xml.registry.infomodel.LocalizedString pLocalizedString)
           
 
Method Summary
 Object getProperty(String pName)
           
 Object invokeMethod(String pName, Object pArgs)
           
 void setProperty(String propertyName, Object newValue)
           
 
Methods inherited from class net.sf.csutils.groovy.AbstractGroovyObject
getMetaClass, getMetaModel, setMetaClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedString

public LocalizedString(GroovyMetaModel pMetaModel,
                       javax.xml.registry.infomodel.LocalizedString pLocalizedString)
Method Detail

invokeMethod

public Object invokeMethod(String pName,
                           Object pArgs)

getProperty

public Object getProperty(String pName)

setProperty

public void setProperty(String propertyName,
                        Object newValue)


Copyright © 2009-2010. All Rights Reserved.