public static enum TfcatStatus.Code extends Enum<TfcatStatus.Code>
Enum Constant and Description |
---|
FAIL
Fatal errors encounted during parse, no TFCat object constructed.
|
INVALID
Validity errors were encountered during parse.
|
OK
Parse successful, no errors.
|
Modifier and Type | Method and Description |
---|---|
static TfcatStatus.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TfcatStatus.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TfcatStatus.Code OK
public static final TfcatStatus.Code INVALID
public static final TfcatStatus.Code FAIL
public static TfcatStatus.Code[] values()
for (TfcatStatus.Code c : TfcatStatus.Code.values()) System.out.println(c);
public static TfcatStatus.Code 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 nullCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.