Interface Element<T>

Type Parameters:
T - type of stored value
All Known Subinterfaces:
NamedElement<T>
All Known Implementing Classes:
Array, Configuration, Entry, Piece, Section

public interface Element<T>
Represents the simplest configuration element.
  • Method Details

    • getDescription

      List<? extends String> getDescription()
    • getValue

      T getValue()