Class AddresseeType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.AddresseeType
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class AddresseeType extends Object implements Serializable, Enumerated
Java class to represent the AddresseeType enumerated type. Documentation from the relevant specification: The Addressee-Type AVP (AVP code 1208) is of type Enumerated and identifies the how the recipient is addressed in the header of an MM.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_BCC
static int
_CC
static int
_TO
static AddresseeType
BCC
static AddresseeType
CC
static AddresseeType
TO
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddresseeType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_TO
public static final int _TO
- See Also:
- Constant Field Values
-
_CC
public static final int _CC
- See Also:
- Constant Field Values
-
_BCC
public static final int _BCC
- See Also:
- Constant Field Values
-
TO
public static final AddresseeType TO
-
CC
public static final AddresseeType CC
-
BCC
public static final AddresseeType BCC
-
-
Method Detail
-
fromInt
public static AddresseeType fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-