public enum LoadKindEnumeration extends Enum<LoadKindEnumeration>
Enum Constant and Description |
---|
COMPLETE
This member indicates that documents should be loaded completely.
|
WITHOUT_CONTENT
This member indicates that the content of the document - and its children - should be omitted.
|
Modifier and Type | Method and Description |
---|---|
static LoadKindEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadKindEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadKindEnumeration COMPLETE
public static final LoadKindEnumeration WITHOUT_CONTENT
public static LoadKindEnumeration[] values()
for (LoadKindEnumeration c : LoadKindEnumeration.values()) System.out.println(c);
public static LoadKindEnumeration 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 © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.