Interface TextAccessor

All Known Subinterfaces:
TextAccessor.TextProperty

public interface TextAccessor
Provides an accessor for a text property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  TextAccessor.TextBuilder<B extends TextAccessor.TextBuilder<B>>
    Provides a builder method for a text property returning the builder for applying multiple build operations.
    static interface  TextAccessor.TextMutator
    Provides a mutator for a text property.
    static interface  TextAccessor.TextProperty
    Provides a text property.
  • Method Summary

    Modifier and Type Method Description
    String getText()
    Retrieves the text from the text property.
  • Method Details

    • getText

      String getText()
      Retrieves the text from the text property.
      Returns:
      The text stored by the text property.