| Modifier and Type | Field and Description |
|---|---|
protected C_OperatorType |
Operation.operatorType |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
Operation.getOperatorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setOperatorType(C_OperatorType operatorType) |
| Constructor and Description |
|---|
Operation(Integer id,
String name,
String label,
C_OperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
static C_OperatorType |
C_OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static C_OperatorType[] |
C_OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
OperatorTypeMap.map(org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData column,
C_OperatorType operatorType,
String firstArg,
String secondArg) |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
OperatorTypeMap.mapPlaceHolder(org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData column,
C_OperatorType operatorType,
String firstArg,
String secondArg) |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
OperatorTypeMap.mapTypedColumnReference(org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData column,
C_OperatorType operatorType,
String firstArg,
String secondArg) |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_ST_Extent.getOperator() |
C_OperatorType |
C_Sum.getOperator() |
C_OperatorType |
C_Min.getOperator() |
C_OperatorType |
C_Max.getOperator() |
C_OperatorType |
C_Avg.getOperator() |
C_OperatorType |
C_Count.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_LessOrEquals.getOperator() |
C_OperatorType |
C_Equals.getOperator() |
C_OperatorType |
C_NotLess.getOperator() |
C_OperatorType |
C_GreaterThan.getOperator() |
C_OperatorType |
C_GreaterOrEquals.getOperator() |
C_OperatorType |
C_NotGreater.getOperator() |
C_OperatorType |
C_NotEquals.getOperator() |
C_OperatorType |
C_LessThan.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_Cast.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_TextMatchSQLRegexp.getOperator() |
C_OperatorType |
C_SubstringPosition.getOperator() |
C_OperatorType |
C_Concat.getOperator() |
C_OperatorType |
C_TextEndsWith.getOperator() |
C_OperatorType |
C_SubstringByIndex.getOperator() |
C_OperatorType |
C_TextContains.getOperator() |
C_OperatorType |
C_TextReplaceMatchingRegex.getOperator() |
C_OperatorType |
C_SubstringByRegex.getOperator() |
C_OperatorType |
C_TextBeginsWith.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_Or.getOperator() |
C_OperatorType |
C_Between.getOperator() |
C_OperatorType |
C_IsNotNull.getOperator() |
C_OperatorType |
C_Not.getOperator() |
C_OperatorType |
C_ValueIsIn.getOperator() |
C_OperatorType |
C_And.getOperator() |
C_OperatorType |
C_IsNull.getOperator() |
Copyright © 2014. All Rights Reserved.