public static enum XBayaConstants.XR_Resource_Types extends Enum<XBayaConstants.XR_Resource_Types>
| Enum Constant and Description |
|---|
Experiment |
Project |
WorkflowInput |
WorkflowInstance |
WorkflowOutput |
WorkflowTemplate |
| Modifier and Type | Method and Description |
|---|---|
static XBayaConstants.XR_Resource_Types |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XBayaConstants.XR_Resource_Types[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBayaConstants.XR_Resource_Types Project
public static final XBayaConstants.XR_Resource_Types Experiment
public static final XBayaConstants.XR_Resource_Types WorkflowTemplate
public static final XBayaConstants.XR_Resource_Types WorkflowInstance
public static final XBayaConstants.XR_Resource_Types WorkflowInput
public static final XBayaConstants.XR_Resource_Types WorkflowOutput
public static XBayaConstants.XR_Resource_Types[] values()
for (XBayaConstants.XR_Resource_Types c : XBayaConstants.XR_Resource_Types.values()) System.out.println(c);
public static XBayaConstants.XR_Resource_Types 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.