Class EnumField


public class EnumField extends SimpleField<EnumValue>
A field that contains a value chosen from in an ordered list of unique String identifiers.

Two instances of this class are considered compatible only when their ordered lists of identifiers are identical.