Interface EmptyAccessor.EmptyMutator

All Known Subinterfaces:
EmptyAccessor.EmptyProperty
Enclosing interface:
EmptyAccessor

public static interface EmptyAccessor.EmptyMutator
Provides a mutator for a empty property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setEmpty(boolean isEmpty)
    Sets the empty status for the empty property.
  • Method Details

    • setEmpty

      void setEmpty(boolean isEmpty)
      Sets the empty status for the empty property.
      Parameters:
      isEmpty - The empty status to be stored by the empty property.