public enum UuidType extends Enum<UuidType>
Enum Constant and Description |
---|
ATTACHMENTS
Deprecated.
|
DOCUMENT_REFERENCES |
DOCUMENTS |
DOCUMENTTRANSACTIONS |
INDEXING |
MAPPEDRESULTS |
QUEUE |
REDUCERESULTS |
SCHEDULEDREDUCTIONS |
SUBSCRIPTIONS |
TASKS |
TRANSFORMERS |
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static UuidType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UuidType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UuidType DOCUMENTS
@Deprecated public static final UuidType ATTACHMENTS
public static final UuidType DOCUMENTTRANSACTIONS
public static final UuidType MAPPEDRESULTS
public static final UuidType REDUCERESULTS
public static final UuidType SCHEDULEDREDUCTIONS
public static final UuidType QUEUE
public static final UuidType TASKS
public static final UuidType INDEXING
public static final UuidType DOCUMENT_REFERENCES
public static final UuidType SUBSCRIPTIONS
public static final UuidType TRANSFORMERS
public static UuidType[] values()
for (UuidType c : UuidType.values()) System.out.println(c);
public static UuidType 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 byte getValue()
Copyright © 2016. All Rights Reserved.