RTMExamples.AutoTest
クラス ValueListHelper

java.lang.Object
  上位を拡張 RTMExamples.AutoTest.ValueListHelper

public abstract class ValueListHelper
extends java.lang.Object

RTMExamples/AutoTest/ValueListHelper.java . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: src/RTMExamples/AutoTestService.idl 2009�N11��17�� 11��41��51�b JST


コンストラクタの概要
ValueListHelper()
           
 
メソッドの概要
static float[] extract(org.omg.CORBA.Any a)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any a, float[] that)
           
static float[] read(org.omg.CORBA.portable.InputStream istream)
           
static org.omg.CORBA.TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream ostream, float[] value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ValueListHelper

public ValueListHelper()
メソッドの詳細

insert

public static void insert(org.omg.CORBA.Any a,
                          float[] that)

extract

public static float[] extract(org.omg.CORBA.Any a)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

read

public static float[] read(org.omg.CORBA.portable.InputStream istream)

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         float[] value)