public static enum DocumentField.Cutpoint extends Enum<DocumentField.Cutpoint>
| Modifier and Type | Method and Description |
|---|---|
static DocumentField.Cutpoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentField.Cutpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentField.Cutpoint LINE
public static final DocumentField.Cutpoint VALUE
public static final DocumentField.Cutpoint PART
public static DocumentField.Cutpoint[] values()
for (DocumentField.Cutpoint c : DocumentField.Cutpoint.values()) System.out.println(c);
public static DocumentField.Cutpoint 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 nullCopyright © 2017. All rights reserved.