Interface ChildrenAccessor.ChildrenMutator<T>

Type Parameters:
T - The type of the children to be accessed.
All Known Subinterfaces:
ChildrenAccessor.ChildrenProperty<T>
Enclosing interface:
ChildrenAccessor<T>

public static interface ChildrenAccessor.ChildrenMutator<T>
Provides a mutator for a children property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setChildren(T aChildren)
    Sets the children for the children property.
  • Method Details

    • setChildren

      void setChildren(T aChildren)
      Sets the children for the children property.
      Parameters:
      aChildren - The children to be stored by the children property.