public enum ResourceType extends Enum<ResourceType>
| Enum Constant and Description |
|---|
APPLICATION_DESCRIPTOR |
CONFIGURATION |
EXECUTION_ERROR |
EXPERIMENT |
EXPERIMENT_DATA |
EXPERIMENT_METADATA |
GATEWAY |
GATEWAY_WORKER |
GFAC_JOB_DATA |
GFAC_JOB_STATUS |
GRAM_DATA |
HOST_DESCRIPTOR |
NODE_DATA |
PROJECT |
PUBLISHED_WORKFLOW |
SERVICE_DESCRIPTOR |
USER |
USER_WORKFLOW |
WORKFLOW_DATA |
| Modifier and Type | Method and Description |
|---|---|
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 GATEWAY
public static final ResourceType PROJECT
public static final ResourceType USER
public static final ResourceType SERVICE_DESCRIPTOR
public static final ResourceType PUBLISHED_WORKFLOW
public static final ResourceType USER_WORKFLOW
public static final ResourceType HOST_DESCRIPTOR
public static final ResourceType APPLICATION_DESCRIPTOR
public static final ResourceType EXPERIMENT
public static final ResourceType CONFIGURATION
public static final ResourceType GATEWAY_WORKER
public static final ResourceType EXPERIMENT_DATA
public static final ResourceType EXPERIMENT_METADATA
public static final ResourceType WORKFLOW_DATA
public static final ResourceType NODE_DATA
public static final ResourceType GRAM_DATA
public static final ResourceType EXECUTION_ERROR
public static final ResourceType GFAC_JOB_DATA
public static final ResourceType GFAC_JOB_STATUS
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 nullCopyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.