net.sf.csutils.groovy
Class InternationalString

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

public class InternationalString
extends AbstractGroovyObject


Constructor Summary
InternationalString(GroovyMetaModel pMetaModel, javax.xml.registry.infomodel.InternationalString pIs)
           
 
Method Summary
 Object getProperty(String pPropertyName)
           
 Object invokeMethod(String pMethodName, 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

InternationalString

public InternationalString(GroovyMetaModel pMetaModel,
                           javax.xml.registry.infomodel.InternationalString pIs)
Method Detail

invokeMethod

public Object invokeMethod(String pMethodName,
                           Object pArgs)

getProperty

public Object getProperty(String pPropertyName)

setProperty

public void setProperty(String propertyName,
                        Object newValue)


Copyright © 2009-2010. All Rights Reserved.