org.deegree.protocol.wps.client.output.type
Enum OutputType.Type

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

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

Convenvience enum type for discriminating the different subclasses of OutputType.

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 BBoxOutputType.
COMPLEX
          Instance is a ComplexOutputType.
LITERAL
          Instance is a LiteralOutputType.
 
Method Summary
static OutputType.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OutputType.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 OutputType.Type LITERAL
Instance is a LiteralOutputType.


BBOX

public static final OutputType.Type BBOX
Instance is a BBoxOutputType.


COMPLEX

public static final OutputType.Type COMPLEX
Instance is a ComplexOutputType.

Method Detail

values

public static OutputType.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 (OutputType.Type c : OutputType.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 OutputType.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.