Enum StandardTimezone
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.mirana.data.CodeEnum,pro.fessional.mirana.i18n.I18nAware,pro.fessional.wings.faceless.enums.ConstantEnum,pro.fessional.wings.faceless.enums.StandardI18nEnum,pro.fessional.wings.faceless.enums.StandardTimezoneEnum
@Generated(value = "wings faceless codegen") public enum StandardTimezone implements StandardTimezoneEnum
- Since:
2023-09-01
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static String$SUPERpublic final static String$GMTpublic final static String$ASIA_SHANGHAIpublic final static String$AMERICA_CHICAGOpublic final static String$AMERICA_LOS_ANGELESpublic final static String$AMERICA_NEW_YORKpublic final static String$AMERICA_PHOENIXpublic final static String$US_ALASKApublic final static String$US_HAWAIIpublic final static String$ASIA_JAKARTApublic final static String$ASIA_JAYAPURApublic final static String$ASIA_MAKASSARpublic final static String$ASIA_KUALA_LUMPURpublic final static String$ASIA_SEOULpublic final static String$ASIA_SINGAPOREpublic final static String$ASIA_TOKYOpublic final static String$CANADA_ATLANTICpublic final static String$CANADA_CENTRALpublic final static String$CANADA_EASTERNpublic final static String$CANADA_MOUNTAINpublic final static String$CANADA_NEWFOUNDLANDpublic final static String$CANADA_PACIFICpublic final static booleanuseIdAsKeypublic final intidpublic final Stringcodepublic final Stringhintpublic final Stringinfopublic final Stringukey
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description StringgetType()Enum grouping: same type for same enum, auto Pascal naming TimeZonetoTimeZone()ZoneIdtoZoneId()StringgetBase()StringgetKind()StringgetI18nCode()static StandardTimezonevalueOf(int id)static StandardTimezoneidOf(Integer id, StandardTimezone elz)static StandardTimezonecodeOf(String code, StandardTimezone elz)static StandardTimezonenameOf(String name, StandardTimezone elz)static Array<StandardTimezone>values()Returns an array containing the constants of this enum type, in the order they're declared. static StandardTimezonevalueOf(String name)Returns the enum constant of this type with the specified name. intgetId()dynamic id has 9+ digits, static id has 8 digits; `3-2-2` segmentation recommended (table-group-value); `00` ending is SUPER StringgetCode()StringgetHint()StringgetInfo()StringgetUkey()-
Methods inherited from class pro.fessional.wings.faceless.enums.ConstantEnum
getSuperId, isStandard, isSuper, sameSuper, sameSuper -
Methods inherited from class pro.fessional.mirana.data.CodeEnum
getCode, getHint, getI18nCode, getI18nHint -
Methods inherited from class pro.fessional.mirana.i18n.I18nAware
getI18nArgs, toI18nString, toI18nStringArgs -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
toTimeZone
TimeZone toTimeZone()
-
getI18nCode
@NotNull() String getI18nCode()
-
valueOf
@Nullable() static StandardTimezone valueOf(int id)
-
idOf
@Contract(value = "_, !null -> !null") static StandardTimezone idOf(Integer id, StandardTimezone elz)
-
codeOf
@Contract(value = "_, !null -> !null") static StandardTimezone codeOf(String code, StandardTimezone elz)
-
nameOf
@Contract(value = "_, !null -> !null") static StandardTimezone nameOf(String name, StandardTimezone elz)
-
values
static Array<StandardTimezone> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static StandardTimezone valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
getId
int getId()
dynamic id has 9+ digits, static id has 8 digits; `3-2-2` segmentation recommended (table-group-value); `00` ending is SUPER
-
-
-
-