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