Interface SizeAccessor

All Known Subinterfaces:
SizeAccessor.SizeProperty

public interface SizeAccessor
Provides an accessor for a size property.
  • Nested Class Summary

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

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

    • getSize

      int getSize()
      Retrieves the size from the size property.
      Returns:
      The size stored by the size property.