butler.ext.log
Class OperationType

java.lang.Object
  extended by butler.ext.log.OperationType

public class OperationType
extends java.lang.Object

Author:
Fredrik Bertilsson Enum class for operation type (update/insert/delete).

Nested Class Summary
static class OperationType.Datatype
           
 
Field Summary
static OperationType DELETE
           
static OperationType INSERT
           
static OperationType UPDATE
           
 
Constructor Summary
OperationType(java.lang.String code)
           
 
Method Summary
 java.lang.String getCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSERT

public static final OperationType INSERT

UPDATE

public static final OperationType UPDATE

DELETE

public static final OperationType DELETE
Constructor Detail

OperationType

public OperationType(java.lang.String code)
Method Detail

getCode

public java.lang.String getCode()