Interface Field<T>

Type Parameters:
T - The type of the value of the Field.
All Superinterfaces:
KeyAccessor<String>, ValueAccessor<T>
All Known Subinterfaces:
Fields<T>
All Known Implementing Classes:
FieldImpl, FieldsImpl

public interface Field<T> extends KeyAccessor<String>, ValueAccessor<T>
A Field stores an attribute consisting of a key (name) and a value. The key is of type String.