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