Interface CodeAccessor.CodeMutator<T>

Type Parameters:
T - The type of the code property.
All Known Subinterfaces:
CodeAccessor.CodeProperty<T>
Enclosing interface:
CodeAccessor<T>

public static interface CodeAccessor.CodeMutator<T>
Extends the CodeAccessor with a setter method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setCode(T aCode)
    Sets the code for the code property.
  • Method Details

    • setCode

      void setCode(T aCode)
      Sets the code for the code property.
      Parameters:
      aCode - The code to be stored by the code property.