public static enum AttachedCondorResource.ResourceType extends Enum<AttachedCondorResource.ResourceType>
| Enum Constant and Description |
|---|
Command |
Executable |
InData |
IsDAG |
Scope |
Submit |
| Modifier and Type | Method and Description |
|---|---|
static AttachedCondorResource.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachedCondorResource.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachedCondorResource.ResourceType InData
public static final AttachedCondorResource.ResourceType Executable
public static final AttachedCondorResource.ResourceType Submit
public static final AttachedCondorResource.ResourceType Command
public static final AttachedCondorResource.ResourceType IsDAG
public static final AttachedCondorResource.ResourceType Scope
public static AttachedCondorResource.ResourceType[] values()
for (AttachedCondorResource.ResourceType c : AttachedCondorResource.ResourceType.values()) System.out.println(c);
public static AttachedCondorResource.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 © 2015. All Rights Reserved.