Class ClassIdentifier
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vcb0.ClassIdentifier
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ClassIdentifier extends Object implements Serializable, Enumerated
Java class to represent the ClassIdentifier enumerated type. Documentation from the relevant specification: The Class-Identifier AVP (AVP code 1214) is of type Enumerated.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ADVERTISEMENT
static int
_AUTO
static int
_INFORMATIONAL
static int
_PERSONAL
static ClassIdentifier
ADVERTISEMENT
static ClassIdentifier
AUTO
static ClassIdentifier
INFORMATIONAL
static ClassIdentifier
PERSONAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassIdentifier
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_PERSONAL
public static final int _PERSONAL
- See Also:
- Constant Field Values
-
_ADVERTISEMENT
public static final int _ADVERTISEMENT
- See Also:
- Constant Field Values
-
_INFORMATIONAL
public static final int _INFORMATIONAL
- See Also:
- Constant Field Values
-
_AUTO
public static final int _AUTO
- See Also:
- Constant Field Values
-
PERSONAL
public static final ClassIdentifier PERSONAL
-
ADVERTISEMENT
public static final ClassIdentifier ADVERTISEMENT
-
INFORMATIONAL
public static final ClassIdentifier INFORMATIONAL
-
AUTO
public static final ClassIdentifier AUTO
-
-
Method Detail
-
fromInt
public static ClassIdentifier 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
-
-