public class SelOperator
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_AND |
static int |
_CLOSE |
static int |
_NOT |
static int |
_OPEN |
static int |
_OR |
static SelOperator |
AND |
static SelOperator |
CLOSE |
static SelOperator |
NOT |
static SelOperator |
OPEN |
static SelOperator |
OR |
Modifier | Constructor and Description |
---|---|
protected |
SelOperator(int value) |
Modifier and Type | Method and Description |
---|---|
static SelOperator |
from_int(int value) |
int |
value() |
public static final int _AND
public static final SelOperator AND
public static final int _OR
public static final SelOperator OR
public static final int _NOT
public static final SelOperator NOT
public static final int _OPEN
public static final SelOperator OPEN
public static final int _CLOSE
public static final SelOperator CLOSE
public int value()
public static SelOperator from_int(int value)