org.jooq.util.maven.example.postgres.enums
Enum U_959

java.lang.Object
  extended by java.lang.Enum<U_959>
      extended by org.jooq.util.maven.example.postgres.enums.U_959
All Implemented Interfaces:
Serializable, Comparable<U_959>, org.jooq.EnumType

@Generated(value={"http://www.jooq.org","2.3.3"},
           comments="This class is generated by jOOQ")
public enum U_959
extends Enum<U_959>
implements org.jooq.EnumType

This class is generated by jOOQ.


Enum Constant Summary
abstract_
           
assert_
           
boolean_
           
break_
           
byte_
           
case_
           
catch_
           
char_
           
class_
           
const_
           
continue_
           
default_
           
do_
           
double_
           
else_
           
enum_
           
extends_
           
false_
           
final_
           
finally_
           
float_
           
for_
           
goto_
           
if_
           
implements_
           
import_
           
instanceof_
           
int_
           
interface_
           
long_
           
native_
           
new_
           
package_
           
private_
           
protected_
           
public_
           
return_
           
short_
           
static_
           
strictfp_
           
super_
           
switch_
           
synchronized_
           
this_
           
throw_
           
throws_
           
transient_
           
true_
           
try_
           
void_
           
volatile_
           
while_
           
 
Method Summary
 String getLiteral()
           
 String getName()
           
static U_959 valueOf(String name)
          Returns the enum constant of this type with the specified name.
static U_959[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

abstract_

public static final U_959 abstract_

assert_

public static final U_959 assert_

boolean_

public static final U_959 boolean_

break_

public static final U_959 break_

byte_

public static final U_959 byte_

case_

public static final U_959 case_

catch_

public static final U_959 catch_

char_

public static final U_959 char_

class_

public static final U_959 class_

const_

public static final U_959 const_

continue_

public static final U_959 continue_

default_

public static final U_959 default_

do_

public static final U_959 do_

double_

public static final U_959 double_

else_

public static final U_959 else_

enum_

public static final U_959 enum_

extends_

public static final U_959 extends_

false_

public static final U_959 false_

final_

public static final U_959 final_

finally_

public static final U_959 finally_

float_

public static final U_959 float_

for_

public static final U_959 for_

goto_

public static final U_959 goto_

if_

public static final U_959 if_

implements_

public static final U_959 implements_

import_

public static final U_959 import_

instanceof_

public static final U_959 instanceof_

int_

public static final U_959 int_

interface_

public static final U_959 interface_

long_

public static final U_959 long_

native_

public static final U_959 native_

new_

public static final U_959 new_

package_

public static final U_959 package_

private_

public static final U_959 private_

protected_

public static final U_959 protected_

public_

public static final U_959 public_

return_

public static final U_959 return_

short_

public static final U_959 short_

static_

public static final U_959 static_

strictfp_

public static final U_959 strictfp_

super_

public static final U_959 super_

switch_

public static final U_959 switch_

synchronized_

public static final U_959 synchronized_

this_

public static final U_959 this_

throw_

public static final U_959 throw_

throws_

public static final U_959 throws_

transient_

public static final U_959 transient_

true_

public static final U_959 true_

try_

public static final U_959 try_

void_

public static final U_959 void_

volatile_

public static final U_959 volatile_

while_

public static final U_959 while_
Method Detail

values

public static U_959[] 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 (U_959 c : U_959.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static U_959 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.