|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
net.opengis.ows11.RangeClosureType
public final class RangeClosureType
A representation of the literals of the enumeration 'Range Closure Type', and utility methods for working with them.
Ows11Package.getRangeClosureType()
,
Serialized FormField 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 |
---|
public static final int CLOSED
CLOSED_LITERAL
,
Constant Field Valuespublic static final int OPEN
OPEN_LITERAL
,
Constant Field Valuespublic static final int OPEN_CLOSED
OPEN_CLOSED_LITERAL
,
Constant Field Valuespublic static final int CLOSED_OPEN
CLOSED_OPEN_LITERAL
,
Constant Field Valuespublic static final RangeClosureType CLOSED_LITERAL
CLOSED
public static final RangeClosureType OPEN_LITERAL
OPEN
public static final RangeClosureType OPEN_CLOSED_LITERAL
OPEN_CLOSED
public static final RangeClosureType CLOSED_OPEN_LITERAL
CLOSED_OPEN
public static final java.util.List VALUES
Method Detail |
---|
public static RangeClosureType get(java.lang.String literal)
public static RangeClosureType getByName(java.lang.String name)
public static RangeClosureType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |