public enum ResourceType extends Enum<ResourceType>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType USERDSRESOURCETYPE
public static final ResourceType COMMUNITYDSRESOURCETYPE
public static final ResourceType COLLECTIONDSRESOURCETYPE
public static final ResourceType RECOMMENDATIONDSRESOURCETYPE
public static final ResourceType REPOSITORYSERVICERESOURCETYPE
public static final ResourceType VOCABULARYDSRESOURCETYPE
public static final ResourceType SECURITYPROFILEDSRESOURCETYPE
public static final ResourceType MDFORMATRESOURCETYPE
public static final ResourceType QUERYHASHRESOURCETYPE
public static final ResourceType WEBLAYOUTRESOURCETYPE
public static final ResourceType INDEXDSRESOURCETYPE
public static final ResourceType RSSFEEDRESOURCETYPE
public static final ResourceType CSHARVESTERSERVICERESOURCETYPE
public static final ResourceType STATSMANAGERSERVICERESOURCETYPE
public static final ResourceType LOCALDOWNLOADMANAGERSERVICERESOURCETYPE
public static final ResourceType VALIDATORSERVICERESOURCETYPE
public static final ResourceType SEARCHSERVICERESOURCETYPE
public static final ResourceType ANY
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static 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 getValue()
public String toString()
toString in class Enum<ResourceType>Copyright © 2017. All rights reserved.