org.csapi.jr.se.cs
Interface Constants


public interface Constants

This interface contains constants not associated with any type, but associated with the package org.csapi.jr.se.cs


Field Summary
static int CHS_CORRELATION_DATA
          Data Session
static int CHS_CORRELATION_MM
          Multi Media Session
static int CHS_CORRELATION_UNDEFINED
          Unknown correlation type.
static int CHS_CORRELATION_VOICE
          Voice Call
static int CHS_PARAM_CONFIRMATION_ID
          The ID that references a stored confirmation to authorize the required payment
static int CHS_PARAM_CONTRACT
          Parameter represents a signed confirmation, which shall be of the type P_CHS_PARAMETER_OCTETSET
static int CHS_PARAM_ITEM
          Parameter represents kind of service delivered to the end user
static int CHS_PARAM_SUBTYPE
          Parameter represents subtype / operation of service delivered to the end user
static int CHS_PARAM_UNDEFINED
          Unknown parameter
static int CHS_UNIT_DAYS
          unit is days
static int CHS_UNIT_HOURS
          unit is hours
static int CHS_UNIT_MINUTES
          unit is minutes
static int CHS_UNIT_NUMBER
          number of times / events
static int CHS_UNIT_OCTETS
          unit is octets
static int CHS_UNIT_SECONDS
          unit is seconds
static int CHS_UNIT_UNDEFINED
          Undefined
 

Field Detail

CHS_PARAM_UNDEFINED

public static final int CHS_PARAM_UNDEFINED
Unknown parameter

See Also:
Constant Field Values

CHS_PARAM_ITEM

public static final int CHS_PARAM_ITEM
Parameter represents kind of service delivered to the end user

See Also:
Constant Field Values

CHS_PARAM_SUBTYPE

public static final int CHS_PARAM_SUBTYPE
Parameter represents subtype / operation of service delivered to the end user

See Also:
Constant Field Values

CHS_CORRELATION_UNDEFINED

public static final int CHS_CORRELATION_UNDEFINED
Unknown correlation type.

See Also:
Constant Field Values

CHS_CORRELATION_VOICE

public static final int CHS_CORRELATION_VOICE
Voice Call

See Also:
Constant Field Values

CHS_CORRELATION_DATA

public static final int CHS_CORRELATION_DATA
Data Session

See Also:
Constant Field Values

CHS_CORRELATION_MM

public static final int CHS_CORRELATION_MM
Multi Media Session

See Also:
Constant Field Values

CHS_UNIT_UNDEFINED

public static final int CHS_UNIT_UNDEFINED
Undefined

See Also:
Constant Field Values

CHS_UNIT_NUMBER

public static final int CHS_UNIT_NUMBER
number of times / events

See Also:
Constant Field Values

CHS_UNIT_OCTETS

public static final int CHS_UNIT_OCTETS
unit is octets

See Also:
Constant Field Values

CHS_UNIT_SECONDS

public static final int CHS_UNIT_SECONDS
unit is seconds

See Also:
Constant Field Values

CHS_UNIT_MINUTES

public static final int CHS_UNIT_MINUTES
unit is minutes

See Also:
Constant Field Values

CHS_UNIT_HOURS

public static final int CHS_UNIT_HOURS
unit is hours

See Also:
Constant Field Values

CHS_UNIT_DAYS

public static final int CHS_UNIT_DAYS
unit is days

See Also:
Constant Field Values

CHS_PARAM_CONFIRMATION_ID

public static final int CHS_PARAM_CONFIRMATION_ID
The ID that references a stored confirmation to authorize the required payment

See Also:
Constant Field Values

CHS_PARAM_CONTRACT

public static final int CHS_PARAM_CONTRACT
Parameter represents a signed confirmation, which shall be of the type P_CHS_PARAMETER_OCTETSET

See Also:
Constant Field Values