Package org.omg.CosTransactions
Class Vote
- java.lang.Object
-
- org.omg.CosTransactions.Vote
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public class Vote extends java.lang.Object implements IDLEntity
org/omg/CosTransactions/Vote.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/CosTransactions.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static Vote[]
__array
private static int
__size
private int
__value
static int
_VoteCommit
static int
_VoteReadOnly
static int
_VoteRollback
static Vote
VoteCommit
static Vote
VoteReadOnly
static Vote
VoteRollback
-
Constructor Summary
Constructors Modifier Constructor Description protected
Vote(int value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Vote
from_int(int value)
int
value()
-
-
-
Field Detail
-
__value
private int __value
-
__size
private static int __size
-
__array
private static Vote[] __array
-
_VoteCommit
public static final int _VoteCommit
- See Also:
- Constant Field Values
-
VoteCommit
public static final Vote VoteCommit
-
_VoteRollback
public static final int _VoteRollback
- See Also:
- Constant Field Values
-
VoteRollback
public static final Vote VoteRollback
-
_VoteReadOnly
public static final int _VoteReadOnly
- See Also:
- Constant Field Values
-
VoteReadOnly
public static final Vote VoteReadOnly
-
-
Method Detail
-
value
public int value()
-
from_int
public static Vote from_int(int value)
-
-