Enum ImportFieldType

java.lang.Object
java.lang.Enum<ImportFieldType>
com.infinitekind.moneydance.model.txtimport.ImportFieldType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ImportFieldType>, java.lang.constant.Constable

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

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    AMOUNT  
    BALANCE  
    CATEGORY  
    CHECKNUM  
    CREDIT_AMOUNT  
    DATE  
    DEBIT_AMOUNT  
    DESCRIPTION  
    IGNORE  
    MEMO  
    STATUS  
  • Method Summary

    Modifier and Type Method Description
    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
    static java.util.List<ImportFieldType> defaultImportFields()
    Return a list of fields that comprise a sensible default for an import
    java.lang.String getTypeID()  
    static ImportFieldType valueForTypeID​(java.lang.String typeID)  
    static ImportFieldType valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static ImportFieldType[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait