org.apache.jute.compiler
Class JString

java.lang.Object
  extended by org.apache.jute.compiler.JType
      extended by org.apache.jute.compiler.JString

public class JString
extends JType


Constructor Summary
JString()
          Creates a new instance of JString
 
Method Summary
 String genJavaReadWrapper(String fname, String tag, boolean decl)
           
 String genJavaWriteWrapper(String fname, String tag)
           
 String getSignature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JString

public JString()
Creates a new instance of JString

Method Detail

getSignature

public String getSignature()

genJavaReadWrapper

public String genJavaReadWrapper(String fname,
                                 String tag,
                                 boolean decl)

genJavaWriteWrapper

public String genJavaWriteWrapper(String fname,
                                  String tag)