public static enum Interval.Closure extends Enum<Interval.Closure>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="openClosed"/>
<enumeration value="openOpen"/>
<enumeration value="closedOpen"/>
<enumeration value="closedClosed"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLOSED_CLOSED |
CLOSED_OPEN |
OPEN_CLOSED |
OPEN_OPEN |
| Modifier and Type | Method and Description |
|---|---|
static Interval.Closure |
fromValue(String v) |
String |
value() |
static Interval.Closure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interval.Closure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Interval.Closure OPEN_CLOSED
public static final Interval.Closure OPEN_OPEN
public static final Interval.Closure CLOSED_OPEN
public static final Interval.Closure CLOSED_CLOSED
public static Interval.Closure[] values()
for (Interval.Closure c : Interval.Closure.values()) System.out.println(c);
public static Interval.Closure valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static Interval.Closure fromValue(String v)
Copyright © 2014 University of Tartu. All Rights Reserved.