Interface ByName<T>

Type Parameters:
T - type for the interface
All Known Implementing Classes:
MissingImportHandlingStrategy, MissingOntologyHeaderStrategy, PriorityCollectionSorting
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ByName<T>
An interface for things that have an exact mapping by name. This interface exists to allow enumerations to be used easily in ConfigurationOptions.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • byName

      T byName(CharSequence name)
      Parameters:
      name - the name to map to an object
      Returns:
      the object associated with name