public static enum OWLRealInterval.LineType extends Enum<OWLRealInterval.LineType>
| Enum Constant and Description |
|---|
CONTINUOUS |
INTEGER_EXCLUDED |
INTEGER_ONLY |
| Modifier and Type | Method and Description |
|---|---|
OWLRealInterval.LineType |
intersect(OWLRealInterval.LineType other) |
static OWLRealInterval.LineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWLRealInterval.LineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OWLRealInterval.LineType CONTINUOUS
public static final OWLRealInterval.LineType INTEGER_EXCLUDED
public static final OWLRealInterval.LineType INTEGER_ONLY
public static OWLRealInterval.LineType[] values()
for (OWLRealInterval.LineType c : OWLRealInterval.LineType.values()) System.out.println(c);
public static OWLRealInterval.LineType 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 OWLRealInterval.LineType intersect(OWLRealInterval.LineType other)
Copyright © 2019. All rights reserved.