Interface NameAccessor

All Known Subinterfaces:
NameAccessor.NameProperty

public interface NameAccessor
Provides an accessor for a name property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a builder method for a name property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a name property.
    static interface 
    Provides a name property.
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name from the name property.
  • Method Details

    • getName

      String getName()
      Retrieves the name from the name property.
      Returns:
      The name stored by the name property.