public enum ComponentType extends Enum<ComponentType>
Enum Constant and Description |
---|
AIE_NMU |
AIE_NSU |
DDRC |
HBM_NMU |
HBM_NSU |
HBMMC |
LPD_NMU |
PCIE_NMU |
PCIE_NSU |
PL_NMU |
PL_NSU |
PMC_NMU |
PMC_NSU |
PS_CCI_NMU |
PS_CCI_NSU |
PS_NCI_NMU |
PS_NCI_NSU |
PS_NMU |
PS_NSU |
PS_RPU |
Modifier and Type | Method and Description |
---|---|
static ComponentType |
stringToValue(String s) |
static ComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentType PL_NMU
public static final ComponentType PL_NSU
public static final ComponentType PS_NMU
public static final ComponentType PS_NSU
public static final ComponentType PS_RPU
public static final ComponentType PS_NCI_NMU
public static final ComponentType PS_NCI_NSU
public static final ComponentType PS_CCI_NSU
public static final ComponentType PS_CCI_NMU
public static final ComponentType PMC_NMU
public static final ComponentType PMC_NSU
public static final ComponentType LPD_NMU
public static final ComponentType AIE_NMU
public static final ComponentType AIE_NSU
public static final ComponentType DDRC
public static final ComponentType PCIE_NMU
public static final ComponentType PCIE_NSU
public static final ComponentType HBM_NMU
public static final ComponentType HBM_NSU
public static final ComponentType HBMMC
public static ComponentType[] values()
for (ComponentType c : ComponentType.values()) System.out.println(c);
public static ComponentType 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 ComponentType stringToValue(String s)