public abstract class BaseComparison extends BaseFunction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ARG_LHS
Left hand side
|
static java.lang.String |
ARG_MODE
Mode: SVP or mode for MVP comparisons
|
static java.lang.String |
ARG_RHS
Right hand side
|
static java.util.LinkedHashMap |
ARGS
Args
|
Constructor and Description |
---|
BaseComparison(java.lang.String name,
QName returnType,
java.util.LinkedHashMap argumentDefinitions) |
Modifier and Type | Method and Description |
---|---|
protected FunctionArgument |
getFunctionArgument() |
protected PropertyArgument |
getPropertyArgument() |
java.lang.String |
getPropertyName() |
protected StaticArgument |
getStaticArgument() |
java.lang.String |
getStaticPosition() |
void |
setPropertyAndStaticArguments(java.util.Map functionArgs) |
getArgumentDefinition, getArgumentDefinitions, getName, getReturnType, toString
public static final java.lang.String ARG_LHS
public static final java.lang.String ARG_RHS
public static final java.lang.String ARG_MODE
public static java.util.LinkedHashMap ARGS
public BaseComparison(java.lang.String name, QName returnType, java.util.LinkedHashMap argumentDefinitions)
name
- returnType
- argumentDefinitions
- public void setPropertyAndStaticArguments(java.util.Map functionArgs)
protected PropertyArgument getPropertyArgument()
protected StaticArgument getStaticArgument()
public java.lang.String getStaticPosition()
protected FunctionArgument getFunctionArgument()
public java.lang.String getPropertyName()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.