Interface FamilyAccessor<T>

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

public interface FamilyAccessor<T>
Provides an accessor for a family property.
  • Method Details

    • getFamily

      T getFamily()
      Retrieves the family from the family property.
      Returns:
      The family stored by the family property.