public static enum InfoCollectionProviderItemSelectorCriterion.Type extends java.lang.Enum<InfoCollectionProviderItemSelectorCriterion.Type>
Enum Constant and Description |
---|
ALL_COLLECTIONS |
SINGLE_COLLECTION |
SUPPORTED_INFO_FRAMEWORK_COLLECTIONS |
Modifier and Type | Method and Description |
---|---|
static InfoCollectionProviderItemSelectorCriterion.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InfoCollectionProviderItemSelectorCriterion.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoCollectionProviderItemSelectorCriterion.Type ALL_COLLECTIONS
public static final InfoCollectionProviderItemSelectorCriterion.Type SINGLE_COLLECTION
public static final InfoCollectionProviderItemSelectorCriterion.Type SUPPORTED_INFO_FRAMEWORK_COLLECTIONS
public static InfoCollectionProviderItemSelectorCriterion.Type[] values()
for (InfoCollectionProviderItemSelectorCriterion.Type c : InfoCollectionProviderItemSelectorCriterion.Type.values()) System.out.println(c);
public static InfoCollectionProviderItemSelectorCriterion.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null