Interface EmptyAccessor

All Known Subinterfaces:
EmptyAccessor.EmptyProperty

public interface EmptyAccessor
Provides an accessor for a empty property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides a mutator for a empty property.
    static interface 
    Provides a empty property.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Retrieves the empty status from the empty property.
  • Method Details

    • isEmpty

      boolean isEmpty()
      Retrieves the empty status from the empty property.
      Returns:
      The empty status stored by the empty property.