public interface ElementsAccessor
Modifier and Type | Interface and Description |
---|---|
static interface |
ElementsAccessor.TextBuilder<B extends ElementsAccessor.TextBuilder<B>>
Provides a builder method for a text property returning the builder for
applying multiple build operations.
|
static interface |
ElementsAccessor.TextMutator
Provides a mutator for a text property.
|
static interface |
ElementsAccessor.TextProperty
Provides a text property.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getText()
Retrieves the text from the text property.
|
String[] getText()
Copyright © 2017. All rights reserved.