public enum PartitioningType extends java.lang.Enum<PartitioningType>
{64C4C806-8908-4C0B-9A51-2D7A0151321F}
Modifier and Type | Method and Description |
---|---|
static PartitioningType |
fromValue(long v) |
static PartitioningType |
fromValue(java.lang.String v) |
int |
value() |
static PartitioningType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitioningType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitioningType MBR
public static final PartitioningType GPT
public static PartitioningType[] values()
for (PartitioningType c : PartitioningType.values()) System.out.println(c);
public static PartitioningType 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 nullpublic int value()
public static PartitioningType fromValue(long v)
public static PartitioningType fromValue(java.lang.String v)