org.kuali.rice.krad.uif
Class UifConstants.CaseConstraintOperators

java.lang.Object
  extended by org.kuali.rice.krad.uif.UifConstants.CaseConstraintOperators
Enclosing class:
UifConstants

public static final class UifConstants.CaseConstraintOperators
extends Object


Field Summary
static String EQUALS
           
static String GREATER_THAN
           
static String GREATER_THAN_EQUAL
           
static String HAS_VALUE
           
static String LESS_THAN
           
static String LESS_THAN_EQUAL
           
static String NOT_EQUAL
           
static String NOT_EQUALS
           
 
Constructor Summary
UifConstants.CaseConstraintOperators()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HAS_VALUE

public static final String HAS_VALUE
See Also:
Constant Field Values

EQUALS

public static final String EQUALS
See Also:
Constant Field Values

GREATER_THAN_EQUAL

public static final String GREATER_THAN_EQUAL
See Also:
Constant Field Values

LESS_THAN_EQUAL

public static final String LESS_THAN_EQUAL
See Also:
Constant Field Values

NOT_EQUAL

public static final String NOT_EQUAL
See Also:
Constant Field Values

NOT_EQUALS

public static final String NOT_EQUALS
See Also:
Constant Field Values

GREATER_THAN

public static final String GREATER_THAN
See Also:
Constant Field Values

LESS_THAN

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

UifConstants.CaseConstraintOperators

public UifConstants.CaseConstraintOperators()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.