public enum SelRecordType extends java.lang.Enum<SelRecordType>
Enum Constant and Description |
---|
OemNonTimestamped |
OemTimestamped |
System |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static SelRecordType |
parseInt(int value) |
static SelRecordType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelRecordType OemTimestamped
public static final SelRecordType System
public static final SelRecordType OemNonTimestamped
public static SelRecordType[] values()
for (SelRecordType c : SelRecordType.values()) System.out.println(c);
public static SelRecordType 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 int getCode()
public static SelRecordType parseInt(int value)