Interface NamedElement<T>
- Type Parameters:
T- type of stored value
- All Superinterfaces:
Element<T>
- All Known Implementing Classes:
Array,Configuration,Entry,Section
Represents standalone configuration elements.
Standalone elements require name to support configuration querying.
-
Method Summary
Methods inherited from interface net.dzikoysk.cdn.model.Element
getDescription, getValue
-
Method Details
-
getName
-