Class TadIdentifier
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.TadIdentifier
-
- All Implemented Interfaces:
Serializable,Enumerated
public class TadIdentifier extends Object implements Serializable, Enumerated
Java class to represent the TadIdentifier enumerated type. Documentation from the relevant specification: The TAD-Identifier AVP (AVP code 2717) is of type Enumerated and indicates the type of access network (CS or PS) through which the session shall be terminated.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_CSstatic int_PSstatic TadIdentifierCSstatic TadIdentifierPS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TadIdentifierfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_CS
public static final int _CS
- See Also:
- Constant Field Values
-
_PS
public static final int _PS
- See Also:
- Constant Field Values
-
CS
public static final TadIdentifier CS
-
PS
public static final TadIdentifier PS
-
-
Method Detail
-
fromInt
public static TadIdentifier 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
-
-