org.deegree.protocol.wps.client.input.type
Enum InputType.Type

java.lang.Object
  extended by java.lang.Enum<InputType.Type>
      extended by org.deegree.protocol.wps.client.input.type.InputType.Type
All Implemented Interfaces:
Serializable, Comparable<InputType.Type>
Enclosing class:
InputType

public static enum InputType.Type
extends Enum<InputType.Type>

Convenvience enum type for discriminating the different subclasses of InputType.

Version:
$Revision: 26137 $, $Date: 2010-08-25 18:05:25 +0200 (Wed, 25 Aug 2010) $
Author:
Markus Schneider, last edited by: $Author: aionita $

Enum Constant Summary
BBOX
          Instance is a BBoxInputType.
COMPLEX
          Instance is a ComplexInputType.
LITERAL
          Instance is a LiteralInputType.
 
Method Summary
static InputType.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InputType.Type[] 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

LITERAL

public static final InputType.Type LITERAL
Instance is a LiteralInputType.


BBOX

public static final InputType.Type BBOX
Instance is a BBoxInputType.


COMPLEX

public static final InputType.Type COMPLEX
Instance is a ComplexInputType.

Method Detail

values

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

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

valueOf

public static InputType.Type 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 © 2011. All Rights Reserved.