net.java.slee.resource.diameter.ro.events.avp
Class ClassIdentifier
java.lang.Object
net.java.slee.resource.diameter.ro.events.avp.ClassIdentifier
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class ClassIdentifier
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the ClassIdentifier enumerated type.
- Author:
- Alexandre Mendonca , Bartosz Baranowski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_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
fromInt
public static ClassIdentifier fromInt(int type)
- Return the value of this instance of this enumerated type.
getValue
public int getValue()
- Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011. All Rights Reserved.