net.java.slee.resource.diameter.ro.events.avp
Class LocationEstimateType
java.lang.Object
net.java.slee.resource.diameter.ro.events.avp.LocationEstimateType
- All Implemented Interfaces:
- java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated
public class LocationEstimateType
- extends java.lang.Object
- implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable
Java class to represent the LocationEstimateType 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 |
_CURRENT_LOCATION
public static final int _CURRENT_LOCATION
- See Also:
- Constant Field Values
_CURRENT_LAST_KNOWN_LOCATION
public static final int _CURRENT_LAST_KNOWN_LOCATION
- See Also:
- Constant Field Values
_INITIAL_LOCATION
public static final int _INITIAL_LOCATION
- See Also:
- Constant Field Values
_ACTIVATE_DEFERRED_LOCATION
public static final int _ACTIVATE_DEFERRED_LOCATION
- See Also:
- Constant Field Values
_CANCEL_DEFERRED_LOCATION
public static final int _CANCEL_DEFERRED_LOCATION
- See Also:
- Constant Field Values
CURRENT_LOCATION
public static final LocationEstimateType CURRENT_LOCATION
CURRENT_LAST_KNOWN_LOCATION
public static final LocationEstimateType CURRENT_LAST_KNOWN_LOCATION
INITIAL_LOCATION
public static final LocationEstimateType INITIAL_LOCATION
ACTIVATE_DEFERRED_LOCATION
public static final LocationEstimateType ACTIVATE_DEFERRED_LOCATION
CANCEL_DEFERRED_LOCATION
public static final LocationEstimateType CANCEL_DEFERRED_LOCATION
fromInt
public static LocationEstimateType 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.