V - The type of the number to be used.NumberAccessor.NumberProperty<V>public interface NumberAccessor<V>
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
NumberAccessor.NumberBuilder<V,B extends NumberAccessor.NumberBuilder<V,B>> |
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
static interface |
NumberAccessor.NumberMutator<V> |
Extends the
NumberAccessor with a setter method. |
static interface |
NumberAccessor.NumberProperty<V> |
Extends the
NumberAccessor with a setter method. |
| Modifier and Type | Method | Description |
|---|---|---|
V |
getNumber() |
Retrieves the number from the number property.
|
V getNumber()
Copyright © 2018. All rights reserved.