public enum ResourceType extends Enum<ResourceType>
| 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 PROJECT_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 CONFIGURATION
public static final ResourceType GATEWAY_WORKER
public static final ResourceType EXPERIMENT
public static final ResourceType EXPERIMENT_INPUT
public static final ResourceType EXPERIMENT_OUTPUT
public static final ResourceType WORKFLOW_NODE_DETAIL
public static final ResourceType TASK_DETAIL
public static final ResourceType ERROR_DETAIL
public static final ResourceType APPLICATION_INPUT
public static final ResourceType APPLICATION_OUTPUT
public static final ResourceType NODE_INPUT
public static final ResourceType NODE_OUTPUT
public static final ResourceType JOB_DETAIL
public static final ResourceType DATA_TRANSFER_DETAIL
public static final ResourceType STATUS
public static final ResourceType CONFIG_DATA
public static final ResourceType COMPUTATIONAL_RESOURCE_SCHEDULING
public static final ResourceType ADVANCE_INPUT_DATA_HANDLING
public static final ResourceType ADVANCE_OUTPUT_DATA_HANDLING
public static final ResourceType QOS_PARAM
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–2014 The Apache Software Foundation. All rights reserved.