Class LocalTimeZoneIndication
- java.lang.Object
-
- org.jainslee.resources.diameter.sh.types.vc60.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_REQUESTEDstatic int_ONLY_LOCAL_TIME_ZONE_REQUESTEDstatic LocalTimeZoneIndicationLOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTEDstatic LocalTimeZoneIndicationONLY_LOCAL_TIME_ZONE_REQUESTED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocalTimeZoneIndicationfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-