public static enum FieldMetaInfo.Interval.Closure extends Enum<FieldMetaInfo.Interval.Closure>
Enum Constant and Description |
---|
CLOSEDCLOSED |
CLOSEDOPEN |
OPENCLOSED |
OPENOPEN |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
String |
toString(double leftMargin,
double rightMargin) |
static FieldMetaInfo.Interval.Closure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldMetaInfo.Interval.Closure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldMetaInfo.Interval.Closure OPENCLOSED
public static final FieldMetaInfo.Interval.Closure OPENOPEN
public static final FieldMetaInfo.Interval.Closure CLOSEDOPEN
public static final FieldMetaInfo.Interval.Closure CLOSEDCLOSED
public static FieldMetaInfo.Interval.Closure[] values()
for (FieldMetaInfo.Interval.Closure c : FieldMetaInfo.Interval.Closure.values()) System.out.println(c);
public static FieldMetaInfo.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 toString()
toString
in class Enum<FieldMetaInfo.Interval.Closure>
public String toString(double leftMargin, double rightMargin)
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.