net.opengis.wfs
Class AllSomeType

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

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

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

See Also:
WfsPackage.getAllSomeType(), Serialized Form

Field Summary
static int ALL
          The 'ALL' literal value.
static AllSomeType ALL_LITERAL
          The 'ALL' literal object.
static int SOME
          The 'SOME' literal value.
static AllSomeType SOME_LITERAL
          The 'SOME' literal object.
static java.util.List VALUES
          A public read-only list of all the 'All Some Type' enumerators.
 
Method Summary
static AllSomeType get(int value)
          Returns the 'All Some Type' literal with the specified integer value.
static AllSomeType get(java.lang.String literal)
          Returns the 'All Some Type' literal with the specified literal value.
static AllSomeType getByName(java.lang.String name)
          Returns the 'All Some 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

ALL

public static final int ALL
The 'ALL' literal value.

If the meaning of 'ALL' literal object isn't clear, there really should be more of a description here...

See Also:
ALL_LITERAL, Constant Field Values

SOME

public static final int SOME
The 'SOME' literal value.

If the meaning of 'SOME' literal object isn't clear, there really should be more of a description here...

See Also:
SOME_LITERAL, Constant Field Values

ALL_LITERAL

public static final AllSomeType ALL_LITERAL
The 'ALL' literal object.

See Also:
ALL

SOME_LITERAL

public static final AllSomeType SOME_LITERAL
The 'SOME' literal object.

See Also:
SOME

VALUES

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

Method Detail

get

public static AllSomeType get(java.lang.String literal)
Returns the 'All Some Type' literal with the specified literal value.


getByName

public static AllSomeType getByName(java.lang.String name)
Returns the 'All Some Type' literal with the specified name.


get

public static AllSomeType get(int value)
Returns the 'All Some Type' literal with the specified integer value.



Copyright © 1996-2010 Geotools. All Rights Reserved.