public enum RequestTypes extends Enum<RequestTypes>
Enum Constant and Description |
---|
AllocateExtendedGuidRange
Allocate extended Guid range .
|
PutChanges
Put changes.
|
PutRawStorage
Put raw storage.
|
QueryAccess
Query access.
|
QueryChanges
Query changes.
|
QueryDiagnosticStoreInfo
Query diagnostic store info.
|
QueryKnowledge
Query knowledge.
|
QueryRawStorage
Query raw storage.
|
Modifier and Type | Method and Description |
---|---|
int |
getIntVal() |
static RequestTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestTypes QueryAccess
public static final RequestTypes QueryChanges
public static final RequestTypes QueryKnowledge
public static final RequestTypes PutChanges
public static final RequestTypes QueryRawStorage
public static final RequestTypes PutRawStorage
public static final RequestTypes QueryDiagnosticStoreInfo
public static final RequestTypes AllocateExtendedGuidRange
public static RequestTypes[] values()
for (RequestTypes c : RequestTypes.values()) System.out.println(c);
public static RequestTypes 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 int getIntVal()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.