org.omg.PortableServer
クラス IdAssignmentPolicyValueHolder

java.lang.Object
  |
  +--org.omg.PortableServer.IdAssignmentPolicyValueHolder
すべての実装インタフェース:
Streamable

public final class IdAssignmentPolicyValueHolder
extends java.lang.Object
implements Streamable


フィールドの概要
 IdAssignmentPolicyValue value
           
 
コンストラクタの概要
IdAssignmentPolicyValueHolder()
           
IdAssignmentPolicyValueHolder(IdAssignmentPolicyValue initial)
           
 
メソッドの概要
 void _read(InputStream i)
           
 TypeCode _type()
           
 void _write(OutputStream o)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

value

public IdAssignmentPolicyValue value
コンストラクタの詳細

IdAssignmentPolicyValueHolder

public IdAssignmentPolicyValueHolder()

IdAssignmentPolicyValueHolder

public IdAssignmentPolicyValueHolder(IdAssignmentPolicyValue initial)
メソッドの詳細

_read

public void _read(InputStream i)
定義:
インタフェース Streamable 内の _read

_write

public void _write(OutputStream o)
定義:
インタフェース Streamable 内の _write

_type

public TypeCode _type()
定義:
インタフェース Streamable 内の _type