org.omg.CosTransactions

Class Vote

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class Vote
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "Vote"

Author:
JacORB IDL compiler

Field Summary

static Vote
VoteCommit
static Vote
VoteReadOnly
static Vote
VoteRollback
static int
_VoteCommit
static int
_VoteReadOnly
static int
_VoteRollback

Constructor Summary

Vote(int i)

Method Summary

static Vote
from_int(int value)
int
value()

Field Details

VoteCommit

public static final Vote VoteCommit


VoteReadOnly

public static final Vote VoteReadOnly


VoteRollback

public static final Vote VoteRollback


_VoteCommit

public static final int _VoteCommit

Field Value:
0


_VoteReadOnly

public static final int _VoteReadOnly

Field Value:
2


_VoteRollback

public static final int _VoteRollback

Field Value:
1

Constructor Details

Vote

protected Vote(int i)

Method Details

from_int

public static Vote from_int(int value)


value

public int value()