public enum FrameSlotKind extends Enum<FrameSlotKind>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
Boolean |
Byte |
Double |
Float |
Illegal |
Int |
Long |
Object |
Static |
Modifier and Type | Field and Description |
---|---|
byte |
tag |
Modifier and Type | Method and Description |
---|---|
static FrameSlotKind |
fromTag(byte tag)
Converts from the numeric representation used in the implementation of
Frame to the
FrameSlotKind . |
static FrameSlotKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameSlotKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameSlotKind Object
public static final FrameSlotKind Long
public static final FrameSlotKind Int
public static final FrameSlotKind Double
public static final FrameSlotKind Float
public static final FrameSlotKind Boolean
public static final FrameSlotKind Byte
public static final FrameSlotKind Illegal
public static final FrameSlotKind Static
public static FrameSlotKind[] values()
public static FrameSlotKind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static FrameSlotKind fromTag(byte tag)
Frame
to the
FrameSlotKind
.tag
- the numeric (byte) representation of the kind