public static enum BucketStoreAccess.Singletons extends Enum<BucketStoreAccess.Singletons>
Enum Constant and Description |
---|
GET_ALL_BUCKETS |
GET_BUCKET_VERSIONS |
Modifier and Type | Method and Description |
---|---|
static BucketStoreAccess.Singletons |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketStoreAccess.Singletons[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BucketStoreAccess.Singletons GET_ALL_BUCKETS
public static final BucketStoreAccess.Singletons GET_BUCKET_VERSIONS
public static BucketStoreAccess.Singletons[] values()
for (BucketStoreAccess.Singletons c : BucketStoreAccess.Singletons.values()) System.out.println(c);
public static BucketStoreAccess.Singletons 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 © 2019 OpenDaylight. All rights reserved.