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