Class RoleOfProseFunction
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.vcb0.RoleOfProseFunction
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class RoleOfProseFunction extends Object implements Serializable, Enumerated
Java class to represent the RoleOfProseFunction enumerated type. Documentation from the relevant specification: The Role-Of-ProSe-Function AVP (AVP code 3438) is of type Enumerated and indicates ProSe Function resides in which PLMN.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_HPLMN
static int
_LOCAL_PLMN
static int
_VPLMN
static RoleOfProseFunction
HPLMN
static RoleOfProseFunction
LOCAL_PLMN
static RoleOfProseFunction
VPLMN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoleOfProseFunction
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_HPLMN
public static final int _HPLMN
- See Also:
- Constant Field Values
-
_VPLMN
public static final int _VPLMN
- See Also:
- Constant Field Values
-
_LOCAL_PLMN
public static final int _LOCAL_PLMN
- See Also:
- Constant Field Values
-
HPLMN
public static final RoleOfProseFunction HPLMN
-
VPLMN
public static final RoleOfProseFunction VPLMN
-
LOCAL_PLMN
public static final RoleOfProseFunction LOCAL_PLMN
-
-
Method Detail
-
fromInt
public static RoleOfProseFunction 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
-
-