|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.util.NamedConstant
com.highdeal.pnr.hci.ReferenceStateDate
public final class ReferenceStateDate
This class represents an enumeration of possible state for expiration alerts. Reserved for internal use only.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
static ReferenceStateDate |
getFromCode(int code,
ReferenceStateDate defaultValue)
|
static ReferenceStateDate |
parse(java.lang.String s,
ReferenceStateDate defaultValue)
|
| Methods inherited from class com.highdeal.util.NamedConstant |
|---|
code, getFromCode, name, parse, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static final ReferenceStateDate parse(java.lang.String s,
ReferenceStateDate defaultValue)
public static final ReferenceStateDate getFromCode(int code,
ReferenceStateDate defaultValue)
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||