public class SetType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_APPEND |
static int |
_INSERT |
static int |
_REMOVE |
static int |
_UPDATE |
static SetType |
APPEND |
static SetType |
INSERT |
static SetType |
REMOVE |
static SetType |
UPDATE |
Modifier | Constructor and Description |
---|---|
protected |
SetType(int value) |
public static final int _APPEND
public static final SetType APPEND
public static final int _INSERT
public static final SetType INSERT
public static final int _UPDATE
public static final SetType UPDATE
public static final int _REMOVE
public static final SetType REMOVE
public int value()
public static SetType from_int(int value)