Interface NamedElement<T>

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

public interface NamedElement<T> extends Element<T>
Represents standalone configuration elements. Standalone elements require name to support configuration querying.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of element

    Methods inherited from interface net.dzikoysk.cdn.model.Element

    getDescription, getValue
  • Method Details

    • getName

      String getName()
      The name of element
      Returns:
      element name