public class LocalTimeZoneIndication extends java.lang.Object implements java.io.Serializable, Enumerated
| Modifier and Type | Field and 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 |
| Modifier and Type | Method and Description |
|---|---|
static LocalTimeZoneIndication |
fromInt(int type) |
int |
getValue()
Return the value of this instance of this enumerated type.
|
java.lang.String |
toString() |
public static final int _ONLY_LOCAL_TIME_ZONE_REQUESTED
public static final int _LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
public static final LocalTimeZoneIndication ONLY_LOCAL_TIME_ZONE_REQUESTED
public static final LocalTimeZoneIndication LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
public static LocalTimeZoneIndication fromInt(int type)
public int getValue()
EnumeratedgetValue in interface Enumeratedpublic java.lang.String toString()
toString in class java.lang.Object