public static enum Triplet.UniversalDateAndTimeStamp.TimeZone extends java.lang.Enum<Triplet.UniversalDateAndTimeStamp.TimeZone>
| Enum Constant and Description |
|---|
AheadUTC |
BehindUTC |
CoordinatedUTC |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.UniversalDateAndTimeStamp.TimeZone |
valueOf(byte codeByte) |
static Triplet.UniversalDateAndTimeStamp.TimeZone |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.UniversalDateAndTimeStamp.TimeZone[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.UniversalDateAndTimeStamp.TimeZone CoordinatedUTC
public static final Triplet.UniversalDateAndTimeStamp.TimeZone AheadUTC
public static final Triplet.UniversalDateAndTimeStamp.TimeZone BehindUTC
public static Triplet.UniversalDateAndTimeStamp.TimeZone[] values()
for (Triplet.UniversalDateAndTimeStamp.TimeZone c : Triplet.UniversalDateAndTimeStamp.TimeZone.values()) System.out.println(c);
public static Triplet.UniversalDateAndTimeStamp.TimeZone valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Triplet.UniversalDateAndTimeStamp.TimeZone valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()