Class AddresseeType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.vcb0.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_BCCstatic int_CCstatic int_TOstatic AddresseeTypeBCCstatic AddresseeTypeCCstatic AddresseeTypeTO
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddresseeTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-