JBoss Marshalling 1.4.3.Final

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

Packages that use Kind
org.jboss.marshalling.reflect Reflection utilities for marshalling users and implementations. 
org.jboss.marshalling.util   
 

Uses of Kind in org.jboss.marshalling.reflect
 

Methods in org.jboss.marshalling.reflect that return Kind
 Kind SerializableField.getKind()
          Get the kind of field.
 

Uses of Kind in org.jboss.marshalling.util
 

Methods in org.jboss.marshalling.util that return Kind
 Kind DoubleFieldPutter.getKind()
          Get the kind of field being written.
 Kind ByteFieldPutter.getKind()
          Get the kind of field being written.
 Kind IntReadField.getKind()
          Get the kind of field represented by this object.
 Kind BooleanReadField.getKind()
          Get the kind of field represented by this object.
 Kind ShortReadField.getKind()
          Get the kind of field represented by this object.
 Kind CharReadField.getKind()
          Get the kind of field represented by this object.
 Kind ObjectReadField.getKind()
          Get the kind of field represented by this object.
 Kind LongReadField.getKind()
          Get the kind of field represented by this object.
 Kind CharFieldPutter.getKind()
          Get the kind of field being written.
abstract  Kind FieldPutter.getKind()
          Get the kind of field being written.
abstract  Kind ReadField.getKind()
          Get the kind of field represented by this object.
 Kind BooleanFieldPutter.getKind()
          Get the kind of field being written.
 Kind FloatReadField.getKind()
          Get the kind of field represented by this object.
 Kind ByteReadField.getKind()
          Get the kind of field represented by this object.
 Kind FloatFieldPutter.getKind()
          Get the kind of field being written.
 Kind ShortFieldPutter.getKind()
          Get the kind of field being written.
 Kind LongFieldPutter.getKind()
          Get the kind of field being written.
 Kind ObjectFieldPutter.getKind()
          Get the kind of field being written.
 Kind DoubleReadField.getKind()
          Get the kind of field represented by this object.
 Kind IntFieldPutter.getKind()
          Get the kind of field being written.
static Kind Kind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Kind[] Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JBoss Marshalling 1.4.3.Final

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