Fish & Chips Club 4.10.0.0

hirondelle.fish.test.doubles
Enum FakeDAOBehavior.DbOperationResult

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

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

Enumeration of how a basic DAO operation may succeed or fail.


Enum Constant Summary
Succeed
           
ThrowDAOException
           
ThrowDuplicateException
           
 
Method Summary
static FakeDAOBehavior.DbOperationResult valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FakeDAOBehavior.DbOperationResult[] 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, toString, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Succeed

public static final FakeDAOBehavior.DbOperationResult Succeed

ThrowDAOException

public static final FakeDAOBehavior.DbOperationResult ThrowDAOException

ThrowDuplicateException

public static final FakeDAOBehavior.DbOperationResult ThrowDuplicateException
Method Detail

values

public static FakeDAOBehavior.DbOperationResult[] 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.DbOperationResult c : FakeDAOBehavior.DbOperationResult.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.DbOperationResult 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

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26