net.java.slee.resource.diameter.ro.events.avp
Class AddresseeType
java.lang.Object
net.java.slee.resource.diameter.ro.events.avp.AddresseeType
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class AddresseeType
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the AddresseeType 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 |
_BCC
public static final int _BCC
- See Also:
- Constant Field Values
_CC
public static final int _CC
- See Also:
- Constant Field Values
_TO
public static final int _TO
- See Also:
- Constant Field Values
BCC
public static final AddresseeType BCC
CC
public static final AddresseeType CC
TO
public static final AddresseeType TO
fromInt
public static AddresseeType fromInt(int 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.