public enum DocumentSourceType extends Enum<DocumentSourceType>
| Modifier and Type | Method and Description |
|---|---|
static DocumentSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSourceType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final DocumentSourceType PDF
public static final DocumentSourceType IMAGE
public static DocumentSourceType[] values()
for (DocumentSourceType c : DocumentSourceType.values()) System.out.println(c);
public static DocumentSourceType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
Copyright © 2024. All rights reserved.