gr.uoa.di.madgik.workflow.adaptor.utils.grid
Enum AttachedGridResource.ResourceType

java.lang.Object
  extended by java.lang.Enum<AttachedGridResource.ResourceType>
      extended by gr.uoa.di.madgik.workflow.adaptor.utils.grid.AttachedGridResource.ResourceType
All Implemented Interfaces:
Serializable, Comparable<AttachedGridResource.ResourceType>
Enclosing class:
AttachedGridResource

public static enum AttachedGridResource.ResourceType
extends Enum<AttachedGridResource.ResourceType>

The type of resource that is provided


Enum Constant Summary
Config
          Configuration to override the default one
InData
          Workflow Input
JDL
          The JDL file that describes the job
OutData
          Workflow Output
Scope
           
UserProxy
          The user proxy certificate
 
Method Summary
static AttachedGridResource.ResourceType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttachedGridResource.ResourceType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

OutData

public static final AttachedGridResource.ResourceType OutData
Workflow Output


InData

public static final AttachedGridResource.ResourceType InData
Workflow Input


JDL

public static final AttachedGridResource.ResourceType JDL
The JDL file that describes the job


Config

public static final AttachedGridResource.ResourceType Config
Configuration to override the default one


UserProxy

public static final AttachedGridResource.ResourceType UserProxy
The user proxy certificate


Scope

public static final AttachedGridResource.ResourceType Scope
Method Detail

values

public static AttachedGridResource.ResourceType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AttachedGridResource.ResourceType c : AttachedGridResource.ResourceType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AttachedGridResource.ResourceType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2012. All Rights Reserved.