public interface AggregateValue extends AbstractValue
Aggregate value interface.
static java.lang.String
copyright
Field
getField(java.lang.String fieldName)
java.util.List<Field>
getFields()
static final java.lang.String copyright
Field getField(java.lang.String fieldName)
Returns the field with that name.
fieldName
java.util.List<Field> getFields()
Returns the fields.