public enum RCD_XMD_RecordTypeElementType extends java.lang.Enum<RCD_XMD_RecordTypeElementType>
| Enum Constant and Description |
|---|
Body |
GroupHeader |
PageHeader |
PageTrailer |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static RCD_XMD_RecordTypeElementType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RCD_XMD_RecordTypeElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static RCD_XMD_RecordTypeElementType |
valuesOf(byte code) |
public static final RCD_XMD_RecordTypeElementType Body
public static final RCD_XMD_RecordTypeElementType PageHeader
public static final RCD_XMD_RecordTypeElementType PageTrailer
public static final RCD_XMD_RecordTypeElementType GroupHeader
public static RCD_XMD_RecordTypeElementType[] values()
for (RCD_XMD_RecordTypeElementType c : RCD_XMD_RecordTypeElementType.values()) System.out.println(c);
public static RCD_XMD_RecordTypeElementType 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 RCD_XMD_RecordTypeElementType valuesOf(byte code)
public int toByte()