Interface ReferenceeAccessor<REFERENCEE>

Type Parameters:
REFERENCEE - The type of the referencee to be used.
All Known Subinterfaces:
ReferenceeAccessor.ReferenceeProperty<REFERENCEE>

public interface ReferenceeAccessor<REFERENCEE>
Provides an accessor for a referencee property (as of the decorator pattern).
  • Method Details

    • getReferencee

      REFERENCEE getReferencee()
      Retrieves the value from the referencee property.
      Returns:
      The referencee stored by the referencee property.