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 -
Uses of Kind in org.jboss.marshalling.util
Methods in org.jboss.marshalling.util that return KindModifier and TypeMethodDescriptionBooleanFieldPutter.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 KindFieldPutter.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 KindReadField.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 KindReturns 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.