public enum ClassificationNode extends Enum<ClassificationNode>
| Enum Constant and Description |
|---|
DOCUMENT_ENTRY |
SUBMISSION_SET |
| Modifier and Type | Method and Description |
|---|---|
String |
getScheme()
Get the value of scheme.
|
static ClassificationNode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationNode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassificationNode DOCUMENT_ENTRY
public static final ClassificationNode SUBMISSION_SET
public static ClassificationNode[] values()
for (ClassificationNode c : ClassificationNode.values()) System.out.println(c);
public static ClassificationNode 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 nullpublic String getScheme()
Copyright © 2010–2025. All rights reserved.