Enum ImportFieldType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ImportFieldType>

    public enum ImportFieldType
    extends java.lang.Enum<ImportFieldType>
    Enum that specifies the type of a transaction field in an import
    • Method Detail

      • values

        public static ImportFieldType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ImportFieldType c : ImportFieldType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ImportFieldType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getTypeID

        public java.lang.String getTypeID()
      • valueForTypeID

        public static ImportFieldType valueForTypeID​(java.lang.String typeID)
      • allFields

        public static java.util.List<ImportFieldType> allFields()
        Return a list of all available import fields, in a sensible order for presenting in a UI to choose fields
      • defaultImportFields

        public static java.util.List<ImportFieldType> defaultImportFields()
        Return a list of fields that comprise a sensible default for an import