Class ClassIdentifier
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_ADVERTISEMENTstatic int_AUTOstatic int_INFORMATIONALstatic int_PERSONALstatic ClassIdentifierADVERTISEMENTstatic ClassIdentifierAUTOstatic ClassIdentifierINFORMATIONALstatic ClassIdentifierPERSONAL
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClassIdentifierfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-