public class DJSimpleExpression extends Object implements CustomExpression
Modifier and Type | Field and Description |
---|---|
static byte |
TYPE_FIELD |
static byte |
TYPE_PARAMATER |
static byte |
TYPE_VARIABLE |
EVAL_METHOD_NAME
Constructor and Description |
---|
DJSimpleExpression(byte type,
String variableName,
String className) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(Map fields,
Map variables,
Map parameters) |
String |
getClassName() |
byte |
getType() |
String |
getVariableName() |
public static final byte TYPE_FIELD
public static final byte TYPE_VARIABLE
public static final byte TYPE_PARAMATER
public Object evaluate(Map fields, Map variables, Map parameters)
evaluate
in interface CustomExpression
public String getClassName()
getClassName
in interface CustomExpression
public String getVariableName()
public byte getType()
Copyright © 2006–2014 FDV Solutions. All rights reserved.