V - The type of the maximum value to be used.MaxValueAccessor.MaxValueProperty<V>public interface MaxValueAccessor<V>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
MaxValueAccessor.MaxValueBuilder<V,B extends MaxValueAccessor.MaxValueBuilder<V,B>> |
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
static interface |
MaxValueAccessor.MaxValueMutator<V> |
Extends the
MaxValueAccessor with a setter method. |
static interface |
MaxValueAccessor.MaxValueProperty<V> |
Extends the
MaxValueAccessor with a setter method. |
| Modifier and Type | Method | Description |
|---|---|---|
V |
getMaxValue() |
Retrieves the maximum value from the maximum value property.
|
V getMaxValue()
Copyright © 2018. All rights reserved.