net.opengis.ows11
Class RangeClosureType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by net.opengis.ows11.RangeClosureType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class RangeClosureType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Range Closure Type', and utility methods for working with them.

See Also:
Ows11Package.getRangeClosureType(), Serialized Form

Field Summary
static int CLOSED
          The 'Closed' literal value.
static RangeClosureType CLOSED_LITERAL
          The 'Closed' literal object.
static int CLOSED_OPEN
          The 'Closed Open' literal value.
static RangeClosureType CLOSED_OPEN_LITERAL
          The 'Closed Open' literal object.
static int OPEN
          The 'Open' literal value.
static int OPEN_CLOSED
          The 'Open Closed' literal value.
static RangeClosureType OPEN_CLOSED_LITERAL
          The 'Open Closed' literal object.
static RangeClosureType OPEN_LITERAL
          The 'Open' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Range Closure Type' enumerators.
 
Method Summary
static RangeClosureType get(int value)
          Returns the 'Range Closure Type' literal with the specified integer value.
static RangeClosureType get(java.lang.String literal)
          Returns the 'Range Closure Type' literal with the specified literal value.
static RangeClosureType getByName(java.lang.String name)
          Returns the 'Range Closure Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLOSED

public static final int CLOSED
The 'Closed' literal value. The specified minimum and maximum values are included in this range.

See Also:
CLOSED_LITERAL, Constant Field Values

OPEN

public static final int OPEN
The 'Open' literal value. The specified minimum and maximum values are NOT included in this range.

See Also:
OPEN_LITERAL, Constant Field Values

OPEN_CLOSED

public static final int OPEN_CLOSED
The 'Open Closed' literal value. The specified minimum value is NOT included in this range, and the specified maximum value IS included in this range.

See Also:
OPEN_CLOSED_LITERAL, Constant Field Values

CLOSED_OPEN

public static final int CLOSED_OPEN
The 'Closed Open' literal value. The specified minimum value IS included in this range, and the specified maximum value is NOT included in this range.

See Also:
CLOSED_OPEN_LITERAL, Constant Field Values

CLOSED_LITERAL

public static final RangeClosureType CLOSED_LITERAL
The 'Closed' literal object.

See Also:
CLOSED

OPEN_LITERAL

public static final RangeClosureType OPEN_LITERAL
The 'Open' literal object.

See Also:
OPEN

OPEN_CLOSED_LITERAL

public static final RangeClosureType OPEN_CLOSED_LITERAL
The 'Open Closed' literal object.

See Also:
OPEN_CLOSED

CLOSED_OPEN_LITERAL

public static final RangeClosureType CLOSED_OPEN_LITERAL
The 'Closed Open' literal object.

See Also:
CLOSED_OPEN

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Range Closure Type' enumerators.

Method Detail

get

public static RangeClosureType get(java.lang.String literal)
Returns the 'Range Closure Type' literal with the specified literal value.


getByName

public static RangeClosureType getByName(java.lang.String name)
Returns the 'Range Closure Type' literal with the specified name.


get

public static RangeClosureType get(int value)
Returns the 'Range Closure Type' literal with the specified integer value.



Copyright © 1996-2010 Geotools. All Rights Reserved.