public enum SentinelSipAVPs extends java.lang.Enum<SentinelSipAVPs>
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
getName() |
static SentinelSipAVPs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SentinelSipAVPs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SentinelSipAVPs SESSION_ID_AVP
public static final SentinelSipAVPs SERVICE_CONTEXT_AVP
public static final SentinelSipAVPs ACCOUNTING_RECORD_TYPE_AVP
public static final SentinelSipAVPs ACCOUNTING_RECORD_NUMBER_AVP
public static final SentinelSipAVPs OC_SENTINEL_SELECTION_KEY_AVP
public static final SentinelSipAVPs OC_PLAY_ANNOUNCEMENT_ID_AVP
public static final SentinelSipAVPs OC_CALL_TYPE_AVP
public static final SentinelSipAVPs OC_SERVICE_TYPE_AVP
public static final SentinelSipAVPs OC_CHARGING_RESULT_AVP
public static final SentinelSipAVPs OC_OCS_SESSION_ID_AVP
public static final SentinelSipAVPs OC_OCS_SESSION_TERMINATION_CAUSE_AVP
public static final SentinelSipAVPs OC_SENTINEL_ERROR_AVP
public static final SentinelSipAVPs OC_CHARGING_INSTANCE_AVP
public static final SentinelSipAVPs OC_CHARGING_INSTANCE_NAME_AVP
public static final SentinelSipAVPs OC_SESSION_COUNTER_AVP
public static final SentinelSipAVPs OC_SESSION_COUNTER_ADDRESS_AVP
public static final SentinelSipAVPs OC_SESSION_COUNTER_ADDRESS_KEY_AVP
public static final SentinelSipAVPs OC_SESSION_COUNTER_ADDRESS_VALUE_AVP
public static final SentinelSipAVPs OC_CUMULATIVE_COMMITTED_USED_AVP
public static final SentinelSipAVPs OC_CUMULATIVE_GRANTED_AVP
public static final SentinelSipAVPs OC_CUMULATIVE_GRANTED_REFUND_AVP
public static final SentinelSipAVPs OC_CUMULATIVE_REQUESTED_AVP
public static final SentinelSipAVPs OC_CUMULATIVE_REQUESTED_REFUND_AVP
public static final SentinelSipAVPs OC_CUMULATIVE_SENT_USED_AVP
public static final SentinelSipAVPs OC_CUMULATIVE_SUSPENDED_DURATION_AVP
public static final SentinelSipAVPs OC_REPORTED_USED_AVP
public static final SentinelSipAVPs OC_PENDING_REQUESTED_AVP
public static final SentinelSipAVPs OC_START_TIME_AVP
public static final SentinelSipAVPs OC_END_TIME_AVP
public static final SentinelSipAVPs OC_EVENT_ID_AVP
public static final SentinelSipAVPs OC_CALL_ID_AVP
public static final SentinelSipAVPs OC_END_SESSION_CAUSE_AVP
public static final SentinelSipAVPs OC_INTERIM_CDR_TRIGGER_AVP
public static final SentinelSipAVPs OC_INTERIM_CDR_REASON_AVP
public static final SentinelSipAVPs OC_INTERIM_CDR_LEG_AVP
public static final SentinelSipAVPs OC_SESSION_START_TIME_AVP
public static final SentinelSipAVPs OC_SESSION_ESTABLISHED_TIME_AVP
public static final SentinelSipAVPs OC_SESSION_END_TIME_AVP
public static final SentinelSipAVPs OC_INTERIM_CDR_SUPPLEMENTARY_REASON_AVP
public static final SentinelSipAVPs OC_AGE_OF_INFORMATION_AVP
public static final SentinelSipAVPs OC_MCC_MNC_AVP
public static final SentinelSipAVPs OC_ACCESS_NETWORK_MCC_MNC_AVP
public static final SentinelSipAVPs OC_VISITED_NETWORK_MCC_MNC_AVP
public static final SentinelSipAVPs OC_IMSI_MCC_MNC_AVP
public static final SentinelSipAVPs OC_SESSION_FAILOVER_DETECTED_AVP
public static SentinelSipAVPs[] values()
for (SentinelSipAVPs c : SentinelSipAVPs.values()) System.out.println(c);
public static SentinelSipAVPs valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
public int getCode()
Copyright © OpenCloud. All Rights Reserved.