net.java.slee.resource.diameter.gq.events.avp
Class OverbookingIndicator
java.lang.Object
net.java.slee.resource.diameter.gq.events.avp.OverbookingIndicator
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class OverbookingIndicator
- extends java.lang.Object
- implements java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
Java class to represent the Overbooking Indicator enumerated type.
- Author:
- Yulian Oifa
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_NOT_REQUIRED
public static final int _NOT_REQUIRED
- See Also:
- Constant Field Values
_REQUIRED
public static final int _REQUIRED
- See Also:
- Constant Field Values
NOT_REQUIRED
public static final OverbookingIndicator NOT_REQUIRED
REQUIRED
public static final OverbookingIndicator REQUIRED
getValue
public int getValue()
- Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated
fromInt
public static OverbookingIndicator fromInt(int type)
- Return the value of this instance of this enumerated type.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012. All Rights Reserved.