public interface CharSetAccessor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CharSetAccessor.CharSetBuilder<B extends CharSetAccessor.CharSetBuilder<B>>
Provides a builder method for a char set property returning the builder
for applying multiple build operations.
|
static interface |
CharSetAccessor.CharSetMutator
Provides a mutator for a char set property.
|
static interface |
CharSetAccessor.CharSetProperty
Provides a char set property.
|
| Modifier and Type | Method and Description |
|---|---|
char[] |
getCharSet()
Retrieves the charSet from the char set property.
|
Copyright © 2018. All rights reserved.