public static enum MacOrder.Shape extends Enum<MacOrder.Shape> implements BmcEnum
Enum indicating the requested shape for the MacDevices.
Enum Constant and Description |
---|
M2ProMacMini32Gb1Tb |
M2UltraMacStudio192Gb4Tb |
M2UltraMacStudio64Gb4Tb |
M4ProMacMini64Gb2Tb |
M4ProMacMini64Gb4Tb |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static MacOrder.Shape |
create(String key) |
String |
getValue() |
static MacOrder.Shape |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacOrder.Shape[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacOrder.Shape M2ProMacMini32Gb1Tb
public static final MacOrder.Shape M2UltraMacStudio64Gb4Tb
public static final MacOrder.Shape M2UltraMacStudio192Gb4Tb
public static final MacOrder.Shape M4ProMacMini64Gb2Tb
public static final MacOrder.Shape M4ProMacMini64Gb4Tb
public static final MacOrder.Shape UnknownEnumValue
public static MacOrder.Shape[] values()
for (MacOrder.Shape c : MacOrder.Shape.values()) System.out.println(c);
public static MacOrder.Shape 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 MacOrder.Shape create(String key)
Copyright © 2016–2025. All rights reserved.