org.kuali.kfs.sec
Class SecConstants.SecurityDefinitionOperatorCodes

java.lang.Object
  extended by org.kuali.kfs.sec.SecConstants.SecurityDefinitionOperatorCodes
Enclosing class:
SecConstants

public class SecConstants.SecurityDefinitionOperatorCodes
extends Object


Field Summary
static String EQUAL
           
static String GREATER_THAN
           
static String GREATER_THAN_EQUAL
           
static String LESS_THAN
           
static String LESS_THAN_EQUAL
           
static String NOT_EQUAL
           
 
Constructor Summary
SecConstants.SecurityDefinitionOperatorCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQUAL

public static final String EQUAL
See Also:
Constant Field Values

NOT_EQUAL

public static final String NOT_EQUAL
See Also:
Constant Field Values

LESS_THAN

public static final String LESS_THAN
See Also:
Constant Field Values

LESS_THAN_EQUAL

public static final String LESS_THAN_EQUAL
See Also:
Constant Field Values

GREATER_THAN

public static final String GREATER_THAN
See Also:
Constant Field Values

GREATER_THAN_EQUAL

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

SecConstants.SecurityDefinitionOperatorCodes

public SecConstants.SecurityDefinitionOperatorCodes()


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