public static enum REpiceaRecordReader.MessageID extends java.lang.Enum<REpiceaRecordReader.MessageID> implements REpiceaTranslator.TextableEnum
| Enum Constant and Description |
|---|
AtLine |
ErrorWhileReading |
FileCouldNotBeFound |
InconsistentValueInThisField |
NullValueInThisField |
ProgressMessage |
ReadingFile |
StratumSelectionMessage |
StratumSelectionTitle |
| Modifier and Type | Method and Description |
|---|---|
void |
setText(java.lang.String englishText,
java.lang.String frenchText)
This method sets the english and french text for the label, control or title.
|
java.lang.String |
toString() |
static REpiceaRecordReader.MessageID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static REpiceaRecordReader.MessageID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final REpiceaRecordReader.MessageID ProgressMessage
public static final REpiceaRecordReader.MessageID StratumSelectionTitle
public static final REpiceaRecordReader.MessageID StratumSelectionMessage
public static final REpiceaRecordReader.MessageID NullValueInThisField
public static final REpiceaRecordReader.MessageID InconsistentValueInThisField
public static final REpiceaRecordReader.MessageID AtLine
public static final REpiceaRecordReader.MessageID FileCouldNotBeFound
public static final REpiceaRecordReader.MessageID ErrorWhileReading
public static final REpiceaRecordReader.MessageID ReadingFile
public static REpiceaRecordReader.MessageID[] values()
for (REpiceaRecordReader.MessageID c : REpiceaRecordReader.MessageID.values()) System.out.println(c);
public static REpiceaRecordReader.MessageID 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 void setText(java.lang.String englishText,
java.lang.String frenchText)
REpiceaTranslator.TextableEnumsetText in interface REpiceaTranslator.TextableEnumenglishText - a StringfrenchText - a Stringpublic java.lang.String toString()
toString in class java.lang.Enum<REpiceaRecordReader.MessageID>