public static enum Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType extends java.lang.Enum<Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType>
| Enum Constant and Description |
|---|
Creation |
Revision |
RMARK_Retired |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType |
valueOf(byte codeByte) |
static Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType Creation
public static final Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType RMARK_Retired
public static final Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType Revision
public static Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType[] values()
for (Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType c : Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType.values()) System.out.println(c);
public static Triplet.LocalObjectDateAndTimeStamp.DateAndTimeStampType 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.LocalObjectDateAndTimeStamp.DateAndTimeStampType valueOf(byte codeByte) throws AFPParserException
AFPParserExceptionpublic int toByte()