Modifier and Type | Field and Description |
---|---|
static LogicalOperator |
OPERATOR_AND
constant logical AND operator
|
static LogicalOperator |
OPERATOR_OR
constant logical OR operator
|
static LogicalOperator |
OPERATOR_UNDEF
constant logical undefined operator
|
static int |
TYPE_AND
type of the operator AND
|
static int |
TYPE_OR
type of the operator OR
|
static int |
TYPE_UNDEF
type of an undefined logical rule operator
|
Constructor and Description |
---|
LogicalOperator(int type)
create an instance of a logical operator with given type.
|
public static final int TYPE_UNDEF
public static final int TYPE_AND
public static final int TYPE_OR
public static final LogicalOperator OPERATOR_AND
public static final LogicalOperator OPERATOR_OR
public static final LogicalOperator OPERATOR_UNDEF
public LogicalOperator(int type)
TYPE_AND
,TYPE_OR
or TYPE_UNDEF
.type
- type of the operatorpublic int getType()
Operator
Copyright © 2016 Gentics Software GmbH. All Rights Reserved.