Class InterfaceType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.InterfaceType
-
- All Implemented Interfaces:
Serializable,Enumerated
public class InterfaceType extends Object implements Serializable, Enumerated
Java class to represent the InterfaceType enumerated type. Documentation from the relevant specification: The Interface-Type AVP (AVP code 2006) is of type Enumerated and contains information about type of interface / nature of the transaction in the messaging node for which the charging event occurs.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_APPLICATION_ORIGINATINGstatic int_APPLICATION_TERMINATIONstatic int_MOBILE_ORIGINATINGstatic int_MOBILE_TERMINATINGstatic int_UNKNOWNstatic InterfaceTypeAPPLICATION_ORIGINATINGstatic InterfaceTypeAPPLICATION_TERMINATIONstatic InterfaceTypeMOBILE_ORIGINATINGstatic InterfaceTypeMOBILE_TERMINATINGstatic InterfaceTypeUNKNOWN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InterfaceTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_UNKNOWN
public static final int _UNKNOWN
- See Also:
- Constant Field Values
-
_MOBILE_ORIGINATING
public static final int _MOBILE_ORIGINATING
- See Also:
- Constant Field Values
-
_MOBILE_TERMINATING
public static final int _MOBILE_TERMINATING
- See Also:
- Constant Field Values
-
_APPLICATION_ORIGINATING
public static final int _APPLICATION_ORIGINATING
- See Also:
- Constant Field Values
-
_APPLICATION_TERMINATION
public static final int _APPLICATION_TERMINATION
- See Also:
- Constant Field Values
-
UNKNOWN
public static final InterfaceType UNKNOWN
-
MOBILE_ORIGINATING
public static final InterfaceType MOBILE_ORIGINATING
-
MOBILE_TERMINATING
public static final InterfaceType MOBILE_TERMINATING
-
APPLICATION_ORIGINATING
public static final InterfaceType APPLICATION_ORIGINATING
-
APPLICATION_TERMINATION
public static final InterfaceType APPLICATION_TERMINATION
-
-
Method Detail
-
fromInt
public static InterfaceType fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-