org.ofbiz.entity.condition
Class EntityFunction.UPPER

java.lang.Object
  extended by org.ofbiz.entity.condition.EntityConditionBase
      extended by org.ofbiz.entity.condition.EntityConditionValue
          extended by org.ofbiz.entity.condition.EntityFunction<java.lang.String>
              extended by org.ofbiz.entity.condition.EntityFunction.UPPER
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
EntityFunction<T extends java.lang.Comparable>

public static class EntityFunction.UPPER
extends EntityFunction<java.lang.String>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ofbiz.entity.condition.EntityFunction
EntityFunction.Fetcher<T>, EntityFunction.LENGTH, EntityFunction.LOWER, EntityFunction.SQLFunction, EntityFunction.TRIM, EntityFunction.UPPER
 
Field Summary
static EntityFunction.Fetcher<java.lang.String> FETCHER
           
protected static  upperFactory
           
 
Fields inherited from class org.ofbiz.entity.condition.EntityFunction
fetcher, function, ID_LENGTH, ID_LOWER, ID_TRIM, ID_UPPER, nested, value
 
Fields inherited from class org.ofbiz.entity.condition.EntityConditionBase
_emptyMap, emptyAliases, emptyList
 
Constructor Summary
protected EntityFunction.UPPER()
           
  EntityFunction.UPPER(EntityConditionValue nested)
          Deprecated. Use EntityCondition.UPPER() instead
  EntityFunction.UPPER(java.lang.Object value)
          Deprecated. Use EntityCondition.UPPER() instead
 
Method Summary
 void init(java.lang.Object value)
           
 
Methods inherited from class org.ofbiz.entity.condition.EntityFunction
accept, addSqlValue, equals, freeze, getCode, getId, getModelField, getOriginalValue, getValue, hashCode, init, LENGTH, LENGTH, LOWER, LOWER, reset, TRIM, TRIM, UPPER_FIELD, UPPER, UPPER, validateSql, visit
 
Methods inherited from class org.ofbiz.entity.condition.EntityConditionValue
addSqlValue, getValue, toString, toString
 
Methods inherited from class org.ofbiz.entity.condition.EntityConditionBase
addValue, castBoolean, equals, getColName, getColName, getColName, getField, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FETCHER

public static EntityFunction.Fetcher<java.lang.String> FETCHER

upperFactory

protected static final  upperFactory
Constructor Detail

EntityFunction.UPPER

protected EntityFunction.UPPER()

EntityFunction.UPPER

public EntityFunction.UPPER(EntityConditionValue nested)
Deprecated. Use EntityCondition.UPPER() instead


EntityFunction.UPPER

public EntityFunction.UPPER(java.lang.Object value)
Deprecated. Use EntityCondition.UPPER() instead

Method Detail

init

public void init(java.lang.Object value)