Interface StatusPathAccessor.StatusPathMutator

All Known Subinterfaces:
StatusPathAccessor.StatusPathProperty
Enclosing interface:
StatusPathAccessor

public static interface StatusPathAccessor.StatusPathMutator
Provides a mutator for a status path property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setStatusPath(String aStatusPath)
    Sets the status path for the status path property.
  • Method Details

    • setStatusPath

      void setStatusPath(String aStatusPath)
      Sets the status path for the status path property.
      Parameters:
      aStatusPath - The status path to be stored by the status path property.