public enum SlotType extends Enum<SlotType>
| Modifier and Type | Method and Description |
|---|---|
String |
getSlotType() |
static SlotType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlotType CALCULATE_V1
public static final SlotType CALCULATE_V2
public static final SlotType CALCULATE_V3
public static final SlotType STORAGE_V1
public static final SlotType STORAGE_V2
public static final SlotType STORAGE_V3
public static final SlotType BES_G3_CPU_2_MEM_8
public static final SlotType BES_G3_CPU_4_MEM_16
public static final SlotType BES_G3_CPU_8_MEM_32
public static final SlotType BES_G3_CPU_16_MEM_64
public static final SlotType BES_G3_CPU_32_MEM_128
public static final SlotType BES_C3_CPU_2_MEM_4
public static final SlotType BES_C3_CPU_4_MEM_8
public static final SlotType BES_C3_CPU_8_MEM_16
public static final SlotType BES_C3_CPU_16_MEM_32
public static final SlotType BES_C3_CPU_32_MEM_64
public static final SlotType BES_IC3_CPU_4_MEM_4
public static final SlotType BES_IC3_CPU_8_MEM_8
public static final SlotType BES_IC3_CPU_12_MEM_12
public static final SlotType BES_IC3_CPU_16_MEM_16
public static final SlotType BES_M3_CPU_2_MEM_16
public static final SlotType BES_M3_CPU_4_MEM_32
public static final SlotType BES_M3_CPU_8_MEM_64
public static final SlotType KIBANA_G3_CPU_2_MEM_8
public static final SlotType KIBANA_G3_CPU_4_MEM_16
public static final SlotType KIBANA_G3_CPU_8_MEM_32
public static final SlotType KIBANA_C3_CPU_1_MEM_2
public static final SlotType KIBANA_C3_CPU_2_MEM_4
public static final SlotType KIBANA_C3_CPU_4_MEM_8
public static final SlotType KIBANA_C3_CPU_8_MEM_16
public static SlotType[] values()
for (SlotType c : SlotType.values()) System.out.println(c);
public static SlotType 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 String getSlotType()
Copyright © 2024. All rights reserved.