| Modifier and Type | Field and Description |
|---|---|
protected Range.RangeOperator |
Range.op |
| Modifier and Type | Method and Description |
|---|---|
static Range.RangeOperator |
Range.RangeOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Range.RangeOperator[] |
Range.RangeOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Range(Semver version,
Range.RangeOperator op) |
Range(String version,
Range.RangeOperator op) |
Copyright © 2021. All rights reserved.