Class LocalTimeZoneIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.vb60.LocalTimeZoneIndication
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class LocalTimeZoneIndication extends Object implements Serializable, Enumerated
Java class to represent the LocalTimeZoneIndication enumerated type. Documentation from the relevant specification: The Local-Time-Zone-Indication AVP is of type Enumerated. If present it indicates that the Local Time Zone information (time zone and daylight saving time) of the visited network where the UE is attached is requested with or without other location information.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
static int
_ONLY_LOCAL_TIME_ZONE_REQUESTED
static LocalTimeZoneIndication
LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
static LocalTimeZoneIndication
ONLY_LOCAL_TIME_ZONE_REQUESTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocalTimeZoneIndication
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ONLY_LOCAL_TIME_ZONE_REQUESTED
public static final int _ONLY_LOCAL_TIME_ZONE_REQUESTED
- See Also:
- Constant Field Values
-
_LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
public static final int _LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
- See Also:
- Constant Field Values
-
ONLY_LOCAL_TIME_ZONE_REQUESTED
public static final LocalTimeZoneIndication ONLY_LOCAL_TIME_ZONE_REQUESTED
-
LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
public static final LocalTimeZoneIndication LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
-
-
Method Detail
-
fromInt
public static LocalTimeZoneIndication fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-