Package | Description |
---|---|
com.leonarduk.clearcheckbook.dto |
Modifier and Type | Method and Description |
---|---|
static LimitDataType.Duration |
LimitDataType.Duration.fromString(String ordinal) |
LimitDataType.Duration |
LimitDataType.getDuration() |
static LimitDataType.Duration |
LimitDataType.Duration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimitDataType.Duration[] |
LimitDataType.Duration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LimitDataType |
LimitDataType.create(long accountId,
long categoryId,
int amount,
LimitDataType.Duration duration,
int reset_day,
String start_date,
boolean rollover,
boolean transfer,
boolean deposit) |
void |
LimitDataType.setDuration(LimitDataType.Duration duration) |
Copyright © 2014 Leonard UK Ltd. All rights reserved.