public enum PartitionTableType extends java.lang.Enum<PartitionTableType>
{360066EB-D19E-4FA1-57EF-FED434FBE2A9}
Modifier and Type | Method and Description |
---|---|
static PartitionTableType |
fromValue(long v) |
static PartitionTableType |
fromValue(java.lang.String v) |
int |
value() |
static PartitionTableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartitionTableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionTableType MBR
public static final PartitionTableType GPT
public static PartitionTableType[] values()
for (PartitionTableType c : PartitionTableType.values()) System.out.println(c);
public static PartitionTableType 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 PartitionTableType fromValue(long v)
public static PartitionTableType fromValue(java.lang.String v)