Fish & Chips Club 4.10.0.0

hirondelle.fish.test.doubles
Enum FakeDAOBehavior.DbOperation

Object
  extended by Enum<FakeDAOBehavior.DbOperation>
      extended by hirondelle.fish.test.doubles.FakeDAOBehavior.DbOperation
All Implemented Interfaces:
Serializable, Comparable<FakeDAOBehavior.DbOperation>
Enclosing class:
FakeDAOBehavior

public static enum FakeDAOBehavior.DbOperation
extends Enum<FakeDAOBehavior.DbOperation>

Enumeration of the basic DAO operations.


Enum Constant Summary
Add
           
Change
           
Delete
           
FetchForChange
           
List
           
 
Method Summary
 String toString()
           
static FakeDAOBehavior.DbOperation valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FakeDAOBehavior.DbOperation[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Add

public static final FakeDAOBehavior.DbOperation Add

Change

public static final FakeDAOBehavior.DbOperation Change

Delete

public static final FakeDAOBehavior.DbOperation Delete

FetchForChange

public static final FakeDAOBehavior.DbOperation FetchForChange

List

public static final FakeDAOBehavior.DbOperation List
Method Detail

values

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

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

valueOf

public static FakeDAOBehavior.DbOperation 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

toString

public String toString()
Overrides:
toString in class Enum<FakeDAOBehavior.DbOperation>

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26