net.java.slee.resource.diameter.ro.events.avp
Class AddresseeType

java.lang.Object
  extended by 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

Field Summary
static int _BCC
           
static int _CC
           
static int _TO
           
static AddresseeType BCC
           
static AddresseeType CC
           
static AddresseeType TO
           
 
Method Summary
static AddresseeType fromInt(int type)
           
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Method Detail

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.