org.oXML.extras.java
Class StringType

java.lang.Object
  extended byorg.oXML.extras.java.ReflectionType
      extended byorg.oXML.extras.java.StringType

public class StringType
extends ReflectionType


Field Summary
static int CHARACTER
           
static int CHARARRAY
           
static int STRING
           
 
Constructor Summary
StringType(ReflectionTypeResolver resolver)
           
StringType(ReflectionTypeResolver resolver, int type)
           
 
Method Summary
 java.lang.Object object(Node primitive)
           
 Node primitive(java.lang.Object object)
           
 
Methods inherited from class org.oXML.extras.java.ReflectionType
addConstructor, addField, addStaticFunction, getConstructors, getFields, getStaticFunctions, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STRING

public static final int STRING
See Also:
Constant Field Values

CHARACTER

public static final int CHARACTER
See Also:
Constant Field Values

CHARARRAY

public static final int CHARARRAY
See Also:
Constant Field Values
Constructor Detail

StringType

public StringType(ReflectionTypeResolver resolver)

StringType

public StringType(ReflectionTypeResolver resolver,
                  int type)
Method Detail

primitive

public Node primitive(java.lang.Object object)
Overrides:
primitive in class ReflectionType

object

public java.lang.Object object(Node primitive)
Overrides:
object in class ReflectionType