public static enum HistoryRecord.OruEnum extends Enum<HistoryRecord.OruEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryRecord.OruEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static HistoryRecord.OruEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static HistoryRecord.OruEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryRecord.OruEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryRecord.OruEnum H
public static final HistoryRecord.OruEnum N
public static final HistoryRecord.OruEnum R
public static HistoryRecord.OruEnum[] values()
for (HistoryRecord.OruEnum c : HistoryRecord.OruEnum.values()) System.out.println(c);
public static HistoryRecord.OruEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<HistoryRecord.OruEnum>public static HistoryRecord.OruEnum fromValue(String text)
Copyright © 2018. All rights reserved.