Interface FamilyAccessor.FamilyMutator<T>

Type Parameters:
T - The type of the family.
All Known Subinterfaces:
FamilyAccessor.FamilyProperty<T>
Enclosing interface:
FamilyAccessor<T>

public static interface FamilyAccessor.FamilyMutator<T>
Provides a mutator for a family property.
  • Method Summary

    Modifier and Type Method Description
    void setFamily​(T aFamily)
    Sets the family for the family property.
  • Method Details

    • setFamily

      void setFamily​(T aFamily)
      Sets the family for the family property.
      Parameters:
      aFamily - The family to be stored by the family property.