|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.slee.resource.diameter.base.events.avp.AccountingRecordType
public class AccountingRecordType
Java class to represent the AccountingRecordType enumerated type.
Documentation from the relevant specification: The Accounting-Record-Type AVP (AVP Code 480) is of type Enumerated and contains the type of accounting record being sent. The following values are currently defined for the Accounting-Record-Type AVP:
| Field Summary | |
|---|---|
static int |
_EVENT_RECORD
|
static int |
_INTERIM_RECORD
|
static int |
_START_RECORD
|
static int |
_STOP_RECORD
|
static AccountingRecordType |
EVENT_RECORD
An Accounting Event Record is used to indicate that a one-time event has occurred (meaning that the start and end of the event are simultaneous). |
static AccountingRecordType |
INTERIM_RECORD
An Interim Accounting Record contains cumulative accounting information for an existing accounting session. |
static AccountingRecordType |
START_RECORD
An Accounting Start, Interim, and Stop Records are used to indicate that a service of a measurable length has been given. |
static AccountingRecordType |
STOP_RECORD
An Accounting Stop Record is sent to terminate an accounting session and contains cumulative accounting information relevant to the existing session. |
| Method Summary | |
|---|---|
static AccountingRecordType |
fromInt(int type)
|
int |
getValue()
Return the value of this instance of this enumerated type. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _EVENT_RECORD
public static final int _START_RECORD
public static final int _INTERIM_RECORD
public static final int _STOP_RECORD
public static final AccountingRecordType EVENT_RECORD
public static final AccountingRecordType START_RECORD
public static final AccountingRecordType INTERIM_RECORD
public static final AccountingRecordType STOP_RECORD
| Method Detail |
|---|
public static AccountingRecordType fromInt(int type)
public int getValue()
Enumerated
getValue in interface Enumeratedpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||