org.openorb.ots.ManagerCallbackPackage
public final class HeuristicKind extends Object implements IDLEntity
Field Summary | |
---|---|
static HeuristicKind | commit
Enum member commit |
static HeuristicKind | hazard
Enum member hazard |
static HeuristicKind | mixed
Enum member mixed |
static HeuristicKind | rollback
Enum member rollback |
static int | _commit
Enum member commit value |
static int | _hazard
Enum member hazard value |
static int | _mixed
Enum member mixed value |
static int | _rollback
Enum member rollback value |
Method Summary | |
---|---|
static HeuristicKind | from_int(int value)
Return a enum member from its value. |
Object | readResolve()
Maintains singleton property for serialized enums.
|
String | toString()
Return a string representation |
int | value()
Return the internal member value |
Parameters: value An enum value
Returns: An enum member
Returns: a string representation of the enumeration
Returns: the member value