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 
    Provides a builder method for a text property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a text property.
    static interface 
    Provides a text property.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.