public enum FrameSlotKind extends java.lang.Enum<FrameSlotKind>
Enum Constant and Description |
---|
Boolean |
Byte |
Double |
Float |
Illegal |
Int |
Long |
Object |
Modifier and Type | Method and Description |
---|---|
static FrameSlotKind |
valueOf(java.lang.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 Illegal
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 FrameSlotKind[] values()
for (FrameSlotKind c : FrameSlotKind.values()) System.out.println(c);
public static FrameSlotKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null