public static enum FieldMetaInfo.Interval.Closure extends java.lang.Enum<FieldMetaInfo.Interval.Closure>
| Enum Constant and Description |
|---|
CLOSEDCLOSED |
CLOSEDOPEN |
OPENCLOSED |
OPENOPEN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
java.lang.String |
toString(double leftMargin,
double rightMargin) |
static FieldMetaInfo.Interval.Closure |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<FieldMetaInfo.Interval.Closure>public java.lang.String toString(double leftMargin,
double rightMargin)