org.kuali.kfs.sys
Class KFSConstants.OperationType

java.lang.Object
  extended by org.kuali.kfs.sys.KFSConstants.OperationType
Enclosing class:
KFSConstants

public static class KFSConstants.OperationType
extends Object


Field Summary
static String BYPASS
           
static String DELETE
           
static String INSERT
           
static String READ
           
static String REPORT_ERROR
           
static String SELECT
           
static String UPDATE
           
 
Constructor Summary
KFSConstants.OperationType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ

public static final String READ
See Also:
Constant Field Values

REPORT_ERROR

public static final String REPORT_ERROR
See Also:
Constant Field Values

INSERT

public static final String INSERT
See Also:
Constant Field Values

UPDATE

public static final String UPDATE
See Also:
Constant Field Values

DELETE

public static final String DELETE
See Also:
Constant Field Values

SELECT

public static final String SELECT
See Also:
Constant Field Values

BYPASS

public static final String BYPASS
See Also:
Constant Field Values
Constructor Detail

KFSConstants.OperationType

public KFSConstants.OperationType()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.