public static enum TFMT.ZoneFormat extends Enum<TFMT.ZoneFormat> implements INumberEnum<Byte>
Enum Constant and Description |
---|
ALWAYS
show on all times, regardless
|
NEVER
all times converted to THIS zone
|
SOMETIMES
show only when outside this zone
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Byte |
getValue() |
static TFMT.ZoneFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TFMT.ZoneFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TFMT.ZoneFormat NEVER
public static final TFMT.ZoneFormat SOMETIMES
public static final TFMT.ZoneFormat ALWAYS
public static TFMT.ZoneFormat[] values()
for (TFMT.ZoneFormat c : TFMT.ZoneFormat.values()) System.out.println(c);
public static TFMT.ZoneFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic long getLongValue()
getLongValue
in interface INumberEnum<Byte>
long
public Byte getValue()
getValue
in interface INumberEnum<Byte>
Copyright © 2019–2021 HCL. All rights reserved.