org.omg.CORBA
クラス WStringValueHelper

java.lang.Object
  |
  +--org.omg.CORBA.WStringValueHelper
すべての実装インタフェース:
BoxedValueHelper

public class WStringValueHelper
extends java.lang.Object
implements BoxedValueHelper


コンストラクタの概要
WStringValueHelper()
           
 
メソッドの概要
static java.lang.String extract(Any a)
           
 java.lang.String get_id()
           
static java.lang.String id()
           
static void insert(Any a, java.lang.String t)
           
 java.io.Serializable read_value(InputStream is)
           
static java.lang.String read(InputStream is)
           
static TypeCode type()
           
 void write_value(OutputStream os, java.io.Serializable obj)
           
static void write(OutputStream os, java.lang.String _v)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WStringValueHelper

public WStringValueHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          java.lang.String t)

extract

public static java.lang.String extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static java.lang.String read(InputStream is)

write

public static void write(OutputStream os,
                         java.lang.String _v)

read_value

public java.io.Serializable read_value(InputStream is)
定義:
インタフェース BoxedValueHelper 内の read_value

write_value

public void write_value(OutputStream os,
                        java.io.Serializable obj)
定義:
インタフェース BoxedValueHelper 内の write_value

get_id

public java.lang.String get_id()
定義:
インタフェース BoxedValueHelper 内の get_id