Interface CodeAccessor<T>

  • Type Parameters:
    T - The type of the code to be used.
    All Known Subinterfaces:
    CodeAccessor.CodeProperty<V>

    public interface CodeAccessor<T>
    Provides access to a code property for e.g. key / code pair.
    • Method Detail

      • getCode

        T getCode()
        Retrieves the code from the code property.
        Returns:
        The code stored by the code property.