Class RoleOfProseFunction
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.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_HPLMNstatic int_LOCAL_PLMNstatic int_VPLMNstatic RoleOfProseFunctionHPLMNstatic RoleOfProseFunctionLOCAL_PLMNstatic RoleOfProseFunctionVPLMN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoleOfProseFunctionfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-