public static enum CollectionsCache.ResourceType extends Enum<CollectionsCache.ResourceType>
| Enum Constant and Description |
|---|
COLLECTION |
DATA_HUB |
DATA_PROVIDER |
DATA_RESOURCE |
INSTITUTION |
TEMP_DATA_RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
static CollectionsCache.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionsCache.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionsCache.ResourceType INSTITUTION
public static final CollectionsCache.ResourceType COLLECTION
public static final CollectionsCache.ResourceType DATA_RESOURCE
public static final CollectionsCache.ResourceType DATA_PROVIDER
public static final CollectionsCache.ResourceType TEMP_DATA_RESOURCE
public static final CollectionsCache.ResourceType DATA_HUB
public static CollectionsCache.ResourceType[] values()
for (CollectionsCache.ResourceType c : CollectionsCache.ResourceType.values()) System.out.println(c);
public static CollectionsCache.ResourceType 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 String getType()
Copyright © 2014. All rights reserved.