public static enum Messages.Misc extends Enum<Messages.Misc>
Enum Constant and Description |
---|
Evaluator_noValue |
ExceptionHolder_convertedException |
ReflectionHelper_errorConstructing |
TeiidVersionFailure |
TeiidVersionNotSupported |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Messages.Misc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messages.Misc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages.Misc ReflectionHelper_errorConstructing
public static final Messages.Misc TeiidVersionNotSupported
public static final Messages.Misc TeiidVersionFailure
public static final Messages.Misc Evaluator_noValue
public static final Messages.Misc ExceptionHolder_convertedException
public static Messages.Misc[] values()
for (Messages.Misc c : Messages.Misc.values()) System.out.println(c);
public static Messages.Misc 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 toString()
toString
in class Enum<Messages.Misc>
Copyright © 2013–2019. All rights reserved.