public final class ReferenceStateDate
extends com.highdeal.util.NamedConstant
| Modifier and Type | Field and Description |
|---|---|
static ReferenceStateDate |
ACTIVE_REF_STATE_DATE
Constants describing that the alert must be thrown when the prepaid account has its state becoming active
after it was blocked or locked.
|
static ReferenceStateDate |
BLOCKED_REF_STATE_DATE
Constants describing that the reference date of the alert is the blocked state date of the prepaid account.
|
static ReferenceStateDate |
CLOSED_REF_STATE_DATE
Constants describing that the reference date of the alert is the closed state date of the prepaid account.
|
static ReferenceStateDate |
LOCKED_REF_STATE_DATE
Constants describing that the reference date of the alert is the locked state date of the prepaid account.
|
| Modifier and Type | Method and Description |
|---|---|
static ReferenceStateDate |
getFromCode(int code,
ReferenceStateDate defaultValue) |
static ReferenceStateDate |
parse(String s,
ReferenceStateDate defaultValue) |
public static final ReferenceStateDate ACTIVE_REF_STATE_DATE
public static final ReferenceStateDate BLOCKED_REF_STATE_DATE
public static final ReferenceStateDate LOCKED_REF_STATE_DATE
public static final ReferenceStateDate CLOSED_REF_STATE_DATE
public static final ReferenceStateDate parse(String s, ReferenceStateDate defaultValue)
public static final ReferenceStateDate getFromCode(int code, ReferenceStateDate defaultValue)