EclipseLink 2.1.2, build 'v20101206-r8635' API Reference

org.eclipse.persistence.expressions.spatial
Enum SpatialParameters.Mask

java.lang.Object
  extended by java.lang.Enum<SpatialParameters.Mask>
      extended by org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SpatialParameters.Mask>
Enclosing class:
SpatialParameters

public static enum SpatialParameters.Mask
extends java.lang.Enum<SpatialParameters.Mask>


Enum Constant Summary
ANYINTERACT
           
CONTAINS
           
COVEREDBY
           
COVERS
           
EQUAL
           
INSIDE
           
ON
           
OVERLAPBDYDISJOINT
           
OVERLAPBDYINTERSECT
           
TOUCH
           
 
Method Summary
static SpatialParameters.Mask valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SpatialParameters.Mask[] 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

TOUCH

public static final SpatialParameters.Mask TOUCH

OVERLAPBDYDISJOINT

public static final SpatialParameters.Mask OVERLAPBDYDISJOINT

OVERLAPBDYINTERSECT

public static final SpatialParameters.Mask OVERLAPBDYINTERSECT

EQUAL

public static final SpatialParameters.Mask EQUAL

INSIDE

public static final SpatialParameters.Mask INSIDE

COVEREDBY

public static final SpatialParameters.Mask COVEREDBY

CONTAINS

public static final SpatialParameters.Mask CONTAINS

COVERS

public static final SpatialParameters.Mask COVERS

ANYINTERACT

public static final SpatialParameters.Mask ANYINTERACT

ON

public static final SpatialParameters.Mask ON
Method Detail

values

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

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

valueOf

public static SpatialParameters.Mask valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

EclipseLink 2.1.2, build 'v20101206-r8635' API Reference