T
- The type of the code to be used.public interface CodeAccessor<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
CodeAccessor.CodeBuilder<V,B extends CodeAccessor.CodeBuilder<V,B>>
Provides a builder method for a the property returning the builder for
applying multiple build operations.
|
static interface |
CodeAccessor.CodeMutator<V>
Extends the
CodeAccessor with a setter method. |
static interface |
CodeAccessor.CodeProperty<V>
Extends the
CodeAccessor with a setter method. |
Modifier and Type | Method and Description |
---|---|
T |
getCode()
Retrieves the code from the code property.
|
T getCode()
Copyright © 2017. All rights reserved.