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 Summary
-
Method Details
-
getDescription
-
getValue
T getValue()
-