public class OperationType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static OperationType |
DELETE
The instance of the Delete type
|
static int |
DELETE_TYPE
The Delete type
|
static OperationType |
GETGMLOBJECT
The instance of the GetGmlObject type
|
static int |
GETGMLOBJECT_TYPE
The GetGmlObject type
|
static OperationType |
INSERT
The instance of the Insert type
|
static int |
INSERT_TYPE
The Insert type
|
static OperationType |
LOCK
The instance of the Lock type
|
static int |
LOCK_TYPE
The Lock type
|
static OperationType |
QUERY
The instance of the Query type
|
static int |
QUERY_TYPE
The Query type
|
static OperationType |
UPDATE
The instance of the Update type
|
static int |
UPDATE_TYPE
The Update type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
OperationType
|
int |
getType()
Method getType
Returns the type of this OperationType
|
String |
toString()
Method toString
Returns the String representation of this OperationType
|
static OperationType |
valueOf(String string)
Method valueOf
Returns a new OperationType based on the given String value.
|
public static final int INSERT_TYPE
public static final OperationType INSERT
public static final int UPDATE_TYPE
public static final OperationType UPDATE
public static final int DELETE_TYPE
public static final OperationType DELETE
public static final int QUERY_TYPE
public static final OperationType QUERY
public static final int LOCK_TYPE
public static final OperationType LOCK
public static final int GETGMLOBJECT_TYPE
public static final OperationType GETGMLOBJECT
public static Enumeration enumerate()
public int getType()
public String toString()
public static OperationType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.