Interface Fields<T>

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

public interface Fields<T> extends Field<T[]>
A Fields stores an attribute consisting of a key (name) and an array of values. The key is of type String.