ar.com.fdvs.dj.domain.customexpression
Class DJSimpleExpression
java.lang.Object
ar.com.fdvs.dj.domain.customexpression.DJSimpleExpression
- All Implemented Interfaces:
- CustomExpression, Serializable
public class DJSimpleExpression
- extends Object
- implements CustomExpression
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_FIELD
public static final byte TYPE_FIELD
- See Also:
- Constant Field Values
TYPE_VARIABLE
public static final byte TYPE_VARIABLE
- See Also:
- Constant Field Values
TYPE_PARAMATER
public static final byte TYPE_PARAMATER
- See Also:
- Constant Field Values
DJSimpleExpression
public DJSimpleExpression(byte type,
String variableName,
String className)
evaluate
public Object evaluate(Map fields,
Map variables,
Map parameters)
- Specified by:
evaluate in interface CustomExpression
getClassName
public String getClassName()
- Specified by:
getClassName in interface CustomExpression
getVariableName
public String getVariableName()
getType
public byte getType()
Copyright © 2006-2013 FDV Solutions. All Rights Reserved.