@SuppressWarnings(value: DuplicateStringLiteral) static final enum GemVersion.Boundary extends Enum<E<E>>
How versions at boundaries are defined.
| Modifiers | Name | Description |
|---|---|---|
static GemVersion.Boundary |
EXCLUSIVE |
THe specified version is excluded on the border. |
static GemVersion.Boundary |
INCLUSIVE |
The specified version is included on the border. |
static GemVersion.Boundary |
MAX_VALUE |
|
static GemVersion.Boundary |
MIN_VALUE |
|
static GemVersion.Boundary |
OPEN_ENDED |
All values below (on the low border) or above (on the high border) are acceptable |
| Type Params | Return Type | Name and description |
|---|---|---|
|
GemVersion.Boundary |
next() |
|
GemVersion.Boundary |
previous() |
|
static GemVersion.Boundary |
valueOf(String name) |
|
static final GemVersion.Boundary[] |
values() |
THe specified version is excluded on the border.
The specified version is included on the border.
All values below (on the low border) or above (on the high border) are acceptable