| Package | Description |
|---|---|
| org.semanticweb.HermiT.datatypes.datetime |
| Modifier and Type | Method and Description |
|---|---|
static IntervalType |
IntervalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalType[] |
IntervalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DateTimeInterval(IntervalType intervalType,
long lowerBound,
BoundType lowerBoundType,
long upperBound,
BoundType upperBoundType) |
Copyright © 2017. All Rights Reserved.