org.jooq.util.maven.example.mysql.enums
Enum T_959JavaKeywords
java.lang.Object
java.lang.Enum<T_959JavaKeywords>
org.jooq.util.maven.example.mysql.enums.T_959JavaKeywords
- All Implemented Interfaces:
- Serializable, Comparable<T_959JavaKeywords>, org.jooq.EnumType
public enum T_959JavaKeywords
- extends Enum<T_959JavaKeywords>
- implements org.jooq.EnumType
This class is generated by jOOQ.
abstract_
public static final T_959JavaKeywords abstract_
assert_
public static final T_959JavaKeywords assert_
boolean_
public static final T_959JavaKeywords boolean_
break_
public static final T_959JavaKeywords break_
byte_
public static final T_959JavaKeywords byte_
case_
public static final T_959JavaKeywords case_
catch_
public static final T_959JavaKeywords catch_
char_
public static final T_959JavaKeywords char_
class_
public static final T_959JavaKeywords class_
const_
public static final T_959JavaKeywords const_
continue_
public static final T_959JavaKeywords continue_
default_
public static final T_959JavaKeywords default_
double_
public static final T_959JavaKeywords double_
do_
public static final T_959JavaKeywords do_
else_
public static final T_959JavaKeywords else_
enum_
public static final T_959JavaKeywords enum_
extends_
public static final T_959JavaKeywords extends_
false_
public static final T_959JavaKeywords false_
final_
public static final T_959JavaKeywords final_
finally_
public static final T_959JavaKeywords finally_
float_
public static final T_959JavaKeywords float_
for_
public static final T_959JavaKeywords for_
goto_
public static final T_959JavaKeywords goto_
if_
public static final T_959JavaKeywords if_
implements_
public static final T_959JavaKeywords implements_
import_
public static final T_959JavaKeywords import_
instanceof_
public static final T_959JavaKeywords instanceof_
interface_
public static final T_959JavaKeywords interface_
int_
public static final T_959JavaKeywords int_
long_
public static final T_959JavaKeywords long_
native_
public static final T_959JavaKeywords native_
new_
public static final T_959JavaKeywords new_
package_
public static final T_959JavaKeywords package_
private_
public static final T_959JavaKeywords private_
protected_
public static final T_959JavaKeywords protected_
public_
public static final T_959JavaKeywords public_
return_
public static final T_959JavaKeywords return_
short_
public static final T_959JavaKeywords short_
static_
public static final T_959JavaKeywords static_
strictfp_
public static final T_959JavaKeywords strictfp_
super_
public static final T_959JavaKeywords super_
switch_
public static final T_959JavaKeywords switch_
synchronized_
public static final T_959JavaKeywords synchronized_
this_
public static final T_959JavaKeywords this_
throw_
public static final T_959JavaKeywords throw_
throws_
public static final T_959JavaKeywords throws_
transient_
public static final T_959JavaKeywords transient_
true_
public static final T_959JavaKeywords true_
try_
public static final T_959JavaKeywords try_
void_
public static final T_959JavaKeywords void_
volatile_
public static final T_959JavaKeywords volatile_
while_
public static final T_959JavaKeywords while_
values
public static T_959JavaKeywords[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (T_959JavaKeywords c : T_959JavaKeywords.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static T_959JavaKeywords valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getName
public String getName()
- Specified by:
getName in interface org.jooq.EnumType
getLiteral
public String getLiteral()
- Specified by:
getLiteral in interface org.jooq.EnumType
Copyright © 2012. All Rights Reserved.