Uses of Class
account.TAType

  • Uses of TAType in account

    Methods in account that return TAType
    Modifier and Type Method Description
    static TAType TAType.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static TAType[] TAType.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Constructors in account with parameters of type TAType
    Constructor Description
    Transaction​(TAType t, java.time.LocalDate d, double a)