Package | Description |
---|---|
com.leonarduk.clearcheckbook.dto |
Modifier and Type | Method and Description |
---|---|
static AccountDataType.Type |
LimitDataType.Duration.fromOrdinal(int ordinal) |
static AccountDataType.Type |
AccountDataType.Type.fromOrdinal(int ordinal) |
static AccountDataType.Type |
AccountDataType.Type.fromString(String ordinal) |
AccountDataType.Type |
AccountDataType.getTypeId() |
static AccountDataType.Type |
AccountDataType.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountDataType.Type[] |
AccountDataType.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AccountDataType |
AccountDataType.create(String name,
AccountDataType.Type type_id,
double initial_balance) |
void |
AccountDataType.setTypeId(AccountDataType.Type type_id) |
Copyright © 2014 Leonard UK Ltd. All rights reserved.