org.gcube.datatransformation.datatransformationlibrary.model
Enum HandlerDesc.HandlerType

java.lang.Object
  extended by java.lang.Enum<HandlerDesc.HandlerType>
      extended by org.gcube.datatransformation.datatransformationlibrary.model.HandlerDesc.HandlerType
All Implemented Interfaces:
Serializable, Comparable<HandlerDesc.HandlerType>
Enclosing class:
HandlerDesc

public static enum HandlerDesc.HandlerType
extends Enum<HandlerDesc.HandlerType>

Author:
Dimitris Katris, NKUA

The type of the handler.


Enum Constant Summary
Bridge
          Bridge handler.
Input
          Input handler.
Output
          Output handler.
 
Method Summary
static HandlerDesc.HandlerType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HandlerDesc.HandlerType[] 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

Input

public static final HandlerDesc.HandlerType Input
Input handler.


Output

public static final HandlerDesc.HandlerType Output
Output handler.


Bridge

public static final HandlerDesc.HandlerType Bridge
Bridge handler.

Method Detail

values

public static HandlerDesc.HandlerType[] 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 (HandlerDesc.HandlerType c : HandlerDesc.HandlerType.values())
    System.out.println(c);

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

valueOf

public static HandlerDesc.HandlerType 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 © 2013. All Rights Reserved.