public static enum Partition.PrintType extends java.lang.Enum<Partition.PrintType>
| Enum Constant and Description | 
|---|
BLOCK  | 
EWK  | 
HUMAN  | 
INTERNAL  | 
SQ_BRACE_BLOCK  | 
| Modifier and Type | Method and Description | 
|---|---|
static Partition.PrintType | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Partition.PrintType[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Partition.PrintType INTERNAL
public static final Partition.PrintType EWK
public static final Partition.PrintType BLOCK
public static final Partition.PrintType HUMAN
public static final Partition.PrintType SQ_BRACE_BLOCK
public static Partition.PrintType[] values()
for (Partition.PrintType c : Partition.PrintType.values()) System.out.println(c);
public static Partition.PrintType 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 nullCopyright 2003 Ralph Freese. All Rights Reserved.