org.omg.CORBA
クラス StringValueHelper

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

public class StringValueHelper
extends java.lang.Object
implements BoxedValueHelper


コンストラクタの概要
StringValueHelper()
           
 
メソッドの概要
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
 

コンストラクタの詳細

StringValueHelper

public StringValueHelper()
メソッドの詳細

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