|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountStatus | |
---|---|
net.sf.ofx4j.domain.data.banking | |
net.sf.ofx4j.domain.data.common | |
net.sf.ofx4j.domain.data.creditcard |
Uses of AccountStatus in net.sf.ofx4j.domain.data.banking |
---|
Methods in net.sf.ofx4j.domain.data.banking that return AccountStatus | |
---|---|
AccountStatus |
BankAccountInfo.getStatus()
The account status. |
Methods in net.sf.ofx4j.domain.data.banking with parameters of type AccountStatus | |
---|---|
void |
BankAccountInfo.setStatus(AccountStatus status)
The account status. |
Uses of AccountStatus in net.sf.ofx4j.domain.data.common |
---|
Methods in net.sf.ofx4j.domain.data.common that return AccountStatus | |
---|---|
static AccountStatus |
AccountStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccountStatus[] |
AccountStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of AccountStatus in net.sf.ofx4j.domain.data.creditcard |
---|
Methods in net.sf.ofx4j.domain.data.creditcard that return AccountStatus | |
---|---|
AccountStatus |
CreditCardAccountInfo.getStatus()
The account status. |
Methods in net.sf.ofx4j.domain.data.creditcard with parameters of type AccountStatus | |
---|---|
void |
CreditCardAccountInfo.setStatus(AccountStatus status)
The account status. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |