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

Packages that use Kind
Package
Description
Reflection utilities for marshalling users and implementations.
 
  • Uses of Kind in org.jboss.marshalling.reflect

    Methods in org.jboss.marshalling.reflect that return Kind
    Modifier and Type
    Method
    Description
    SerializableField.getKind()
    Get the kind of field.
  • Uses of Kind in org.jboss.marshalling.util

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