Interface StatusAccessor.StatusMutator<S>

Type Parameters:
S - The type of the statusCode property.
All Known Subinterfaces:
StatusAccessor.StatusProperty<S>
Enclosing interface:
StatusAccessor<S>

public static interface StatusAccessor.StatusMutator<S>
Extends the StatusAccessor with a setter method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setStatus(S aState)
    Sets the statusCode for the state property.
  • Method Details

    • setStatus

      void setStatus(S aState)
      Sets the statusCode for the state property.
      Parameters:
      aState - The state to be stored by the state property.