org.omg.CosTransactions
Class Vote

java.lang.Object
  extended by org.omg.CosTransactions.Vote
All Implemented Interfaces:
Serializable, IDLEntity

public final class Vote
extends Object
implements IDLEntity

Generated from IDL enum "Vote".

Version:
generated at Sep 22, 2012 10:57:18 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static int _VoteCommit
           
static int _VoteReadOnly
           
static int _VoteRollback
           
static Vote VoteCommit
           
static Vote VoteReadOnly
           
static Vote VoteRollback
           
 
Constructor Summary
protected Vote(int i)
           
 
Method Summary
static Vote from_int(int value)
           
 String toString()
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Constructor Detail

Vote

protected Vote(int i)
Method Detail

value

public int value()

from_int

public static Vote from_int(int value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.