Interface ChildAccessor.ChildMutator<T>

Type Parameters:
T - The type of the child to be accessed.
All Known Subinterfaces:
ChildAccessor.ChildProperty<T>
Enclosing interface:
ChildAccessor<T>

public static interface ChildAccessor.ChildMutator<T>
Provides a mutator for a child property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setChild(T aChild)
    Sets the child for the child property.
  • Method Details

    • setChild

      void setChild(T aChild)
      Sets the child for the child property.
      Parameters:
      aChild - The child to be stored by the child property.