Package org.apache.jute.compiler
Class JString
- java.lang.Object
-
- org.apache.jute.compiler.JType
-
- org.apache.jute.compiler.JString
-
public class JString extends JType
-
-
Field Summary
-
Fields inherited from class org.apache.jute.compiler.JType
mMethodSuffix
-
-
Constructor Summary
Constructors Constructor Description JString()
Creates a new instance of JString.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
genJavaReadWrapper(java.lang.String fname, java.lang.String tag, boolean decl)
java.lang.String
genJavaWriteWrapper(java.lang.String fname, java.lang.String tag)
java.lang.String
getSignature()
-
Methods inherited from class org.apache.jute.compiler.JType
genCsharpConstructorParam, genCsharpDecl
-
-