public static enum SlotKinds.SlotKind extends Enum<SlotKinds.SlotKind>
| Enum Constant and Description | 
|---|
| Slot_ArrayLength | 
| Slot_Booleanboolean feature slot name (not array) | 
| Slot_BooleanRefboolean array slot name | 
| Slot_Bytebyte feature (not array) slot name | 
| Slot_ByteRefbyte array slot name | 
| Slot_Control | 
| Slot_Double_Exponent | 
| Slot_Double_Mantissa_Sign | 
| Slot_DoubleRef | 
| Slot_Float | 
| Slot_Float_Exponent | 
| Slot_Float_Mantissa_Sign | 
| Slot_FsIndexes | 
| Slot_HeapRef | 
| Slot_Int | 
| Slot_Long_High | 
| Slot_Long_Low | 
| Slot_LongRef | 
| Slot_MainHeap | 
| Slot_Shortshort feature (not array) slot name | 
| Slot_ShortRefshort array slot name | 
| Slot_StrChars | 
| Slot_StrLength | 
| Slot_StrOffset | 
| Slot_StrRef | 
| Slot_StrSeg | 
| Slot_TypeCode | 
| Modifier and Type | Field and Description | 
|---|---|
| boolean | canBeNegative | 
| int | elementSize | 
| boolean | inMainHeap | 
| static int | NBR_SLOT_KIND_ZIP_STREAMS | 
| Modifier and Type | Method and Description | 
|---|---|
| static SlotKinds.SlotKind | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SlotKinds.SlotKind[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SlotKinds.SlotKind Slot_ArrayLength
public static final SlotKinds.SlotKind Slot_HeapRef
public static final SlotKinds.SlotKind Slot_Int
public static final SlotKinds.SlotKind Slot_Byte
public static final SlotKinds.SlotKind Slot_Short
public static final SlotKinds.SlotKind Slot_TypeCode
public static final SlotKinds.SlotKind Slot_StrOffset
public static final SlotKinds.SlotKind Slot_StrLength
public static final SlotKinds.SlotKind Slot_Long_High
public static final SlotKinds.SlotKind Slot_Long_Low
public static final SlotKinds.SlotKind Slot_Float_Mantissa_Sign
public static final SlotKinds.SlotKind Slot_Float_Exponent
public static final SlotKinds.SlotKind Slot_Double_Mantissa_Sign
public static final SlotKinds.SlotKind Slot_Double_Exponent
public static final SlotKinds.SlotKind Slot_FsIndexes
public static final SlotKinds.SlotKind Slot_StrChars
public static final SlotKinds.SlotKind Slot_Control
public static final SlotKinds.SlotKind Slot_StrSeg
public static final SlotKinds.SlotKind Slot_StrRef
public static final SlotKinds.SlotKind Slot_BooleanRef
public static final SlotKinds.SlotKind Slot_ByteRef
public static final SlotKinds.SlotKind Slot_ShortRef
public static final SlotKinds.SlotKind Slot_LongRef
public static final SlotKinds.SlotKind Slot_DoubleRef
public static final SlotKinds.SlotKind Slot_Float
public static final SlotKinds.SlotKind Slot_Boolean
public static final SlotKinds.SlotKind Slot_MainHeap
public final boolean canBeNegative
public final boolean inMainHeap
public final int elementSize
public static final int NBR_SLOT_KIND_ZIP_STREAMS
public static SlotKinds.SlotKind[] values()
for (SlotKinds.SlotKind c : SlotKinds.SlotKind.values()) System.out.println(c);
public static SlotKinds.SlotKind 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 nullCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.