Class SimpleFieldList

  • All Implemented Interfaces:
    Serializable

    public class SimpleFieldList
    extends FieldList
    This class is an extension of FieldList. It provides an additional method to retrieve field names from the list.
    See Also:
    Serialized Form
    • Constructor Detail

      • SimpleFieldList

        public SimpleFieldList()
        Default constructor.
      • SimpleFieldList

        public SimpleFieldList​(List<Field> fields)
        Secondary constructor that takes an existing list of fields and sets the internal field list.
        Parameters:
        fields - List of Field objects to contain.
    • Method Detail

      • getFieldNames

        public List<String> getFieldNames()
        Returns the field names for the associated Field objects.
        Returns:
        The field names contained within this SimpleFieldList.