protected static enum DiscreteInterval.NullSemantics extends Enum<DiscreteInterval.NullSemantics>
| Modifier and Type | Method and Description |
|---|---|
static DiscreteInterval.NullSemantics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscreteInterval.NullSemantics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscreteInterval.NullSemantics GREATEST
public static final DiscreteInterval.NullSemantics LEAST
public static final DiscreteInterval.NullSemantics NA
public static DiscreteInterval.NullSemantics[] values()
for (DiscreteInterval.NullSemantics c : DiscreteInterval.NullSemantics.values()) System.out.println(c);
public static DiscreteInterval.NullSemantics 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 nullCopyright © 2019. All rights reserved.