org.deegree.filter.temporal
Enum TemporalOperator.SubType

java.lang.Object
  extended by java.lang.Enum<TemporalOperator.SubType>
      extended by org.deegree.filter.temporal.TemporalOperator.SubType
All Implemented Interfaces:
Serializable, Comparable<TemporalOperator.SubType>
Enclosing class:
TemporalOperator

public static enum TemporalOperator.SubType
extends Enum<TemporalOperator.SubType>

Convenience enum type for discriminating the different TemporalOperator types.


Enum Constant Summary
AFTER
           
ANYINTERACTS
           
BEFORE
           
BEGINS
           
BEGUNBY
           
DURING
           
ENDEDBY
           
MEETS
           
METBY
           
OVERLAPPEDBY
           
TCONTAINS
           
TEQUALS
           
TOVERLAPS
           
 
Method Summary
static TemporalOperator.SubType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TemporalOperator.SubType[] 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

AFTER

public static final TemporalOperator.SubType AFTER

ANYINTERACTS

public static final TemporalOperator.SubType ANYINTERACTS

BEFORE

public static final TemporalOperator.SubType BEFORE

BEGINS

public static final TemporalOperator.SubType BEGINS

BEGUNBY

public static final TemporalOperator.SubType BEGUNBY

DURING

public static final TemporalOperator.SubType DURING

ENDEDBY

public static final TemporalOperator.SubType ENDEDBY

MEETS

public static final TemporalOperator.SubType MEETS

METBY

public static final TemporalOperator.SubType METBY

OVERLAPPEDBY

public static final TemporalOperator.SubType OVERLAPPEDBY

TEQUALS

public static final TemporalOperator.SubType TEQUALS

TCONTAINS

public static final TemporalOperator.SubType TCONTAINS

TOVERLAPS

public static final TemporalOperator.SubType TOVERLAPS
Method Detail

values

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

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

valueOf

public static TemporalOperator.SubType 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.