JBoss Marshalling 1.4.3.Final

Uses of Class
org.jboss.marshalling.util.ReadField

Packages that use ReadField
org.jboss.marshalling.util   
 

Uses of ReadField in org.jboss.marshalling.util
 

Subclasses of ReadField in org.jboss.marshalling.util
 class BooleanReadField
          A read field whose value is a boolean type.
 class ByteReadField
          A read field whose value is a byte type.
 class CharReadField
          A read field whose value is a character type.
 class DoubleReadField
          A read field whose value is a double type.
 class FloatReadField
          A read field whose value is a float type.
 class IntReadField
          A read field whose value is an int type.
 class LongReadField
          A read field whose value is a long type.
 class ObjectReadField
          A read field whose value is an object type.
 class ShortReadField
          A read field whose value is a boolean type.
 

Methods in org.jboss.marshalling.util with parameters of type ReadField
 int ReadField.compareTo(ReadField o)
          Compare this field with another on the basis of its name.
 


JBoss Marshalling 1.4.3.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.