org.omg.CosTransactions
クラス Vote

java.lang.Object
  |
  +--org.omg.CosTransactions.Vote
すべての実装インタフェース:
IDLEntity, java.io.Serializable

public class Vote
extends java.lang.Object
implements IDLEntity

関連項目:
直列化された形式

フィールドの概要
static int _VoteCommit
           
static int _VoteReadOnly
           
static int _VoteRollback
           
static Vote VoteCommit
           
static Vote VoteReadOnly
           
static Vote VoteRollback
           
 
メソッドの概要
static Vote from_int(int value)
           
 int value()
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

_VoteCommit

public static final int _VoteCommit

VoteCommit

public static final Vote VoteCommit

_VoteRollback

public static final int _VoteRollback

VoteRollback

public static final Vote VoteRollback

_VoteReadOnly

public static final int _VoteReadOnly

VoteReadOnly

public static final Vote VoteReadOnly
メソッドの詳細

value

public int value()

from_int

public static Vote from_int(int value)