org.omg.DynamicAny
インタフェース DynAnyOperations

既知のサブインタフェースの一覧:
DynAny, DynArray, DynArrayOperations, DynEnum, DynEnumOperations, DynFixed, DynFixedOperations, DynSequence, DynSequenceOperations, DynStruct, DynStructOperations, DynUnion, DynUnionOperations, DynValue, DynValueOperations

public interface DynAnyOperations


メソッドの概要
 void assign(DynAny dyn_any)
           
 int component_count()
           
 DynAny copy()
           
 DynAny current_component()
           
 void destroy()
           
 boolean equal(DynAny dyn_any)
           
 void from_any(Any value)
           
 Any get_any()
           
 boolean get_boolean()
           
 char get_char()
           
 double get_double()
           
 DynAny get_dyn_any()
           
 float get_float()
           
 int get_long()
           
 long get_longlong()
           
 byte get_octet()
           
 Object get_reference()
           
 short get_short()
           
 java.lang.String get_string()
           
 TypeCode get_typecode()
           
 int get_ulong()
           
 long get_ulonglong()
           
 short get_ushort()
           
 java.io.Serializable get_val()
           
 char get_wchar()
           
 java.lang.String get_wstring()
           
 void insert_any(Any value)
           
 void insert_boolean(boolean value)
           
 void insert_char(char value)
           
 void insert_double(double value)
           
 void insert_dyn_any(DynAny value)
           
 void insert_float(float value)
           
 void insert_long(int value)
           
 void insert_longlong(long value)
           
 void insert_octet(byte value)
           
 void insert_reference(Object value)
           
 void insert_short(short value)
           
 void insert_string(java.lang.String value)
           
 void insert_typecode(TypeCode value)
           
 void insert_ulong(int value)
           
 void insert_ulonglong(long value)
           
 void insert_ushort(short value)
           
 void insert_val(java.io.Serializable value)
           
 void insert_wchar(char value)
           
 void insert_wstring(java.lang.String value)
           
 boolean next()
           
 void rewind()
           
 boolean seek(int index)
           
 Any to_any()
           
 TypeCode type()
           
 

メソッドの詳細

type

public TypeCode type()

assign

public void assign(DynAny dyn_any)
            throws TypeMismatch

from_any

public void from_any(Any value)
              throws TypeMismatch,
                     InvalidValue

to_any

public Any to_any()

equal

public boolean equal(DynAny dyn_any)

destroy

public void destroy()

copy

public DynAny copy()

insert_boolean

public void insert_boolean(boolean value)
                    throws TypeMismatch,
                           InvalidValue

insert_octet

public void insert_octet(byte value)
                  throws TypeMismatch,
                         InvalidValue

insert_char

public void insert_char(char value)
                 throws TypeMismatch,
                        InvalidValue

insert_short

public void insert_short(short value)
                  throws TypeMismatch,
                         InvalidValue

insert_ushort

public void insert_ushort(short value)
                   throws TypeMismatch,
                          InvalidValue

insert_long

public void insert_long(int value)
                 throws TypeMismatch,
                        InvalidValue

insert_ulong

public void insert_ulong(int value)
                  throws TypeMismatch,
                         InvalidValue

insert_float

public void insert_float(float value)
                  throws TypeMismatch,
                         InvalidValue

insert_double

public void insert_double(double value)
                   throws TypeMismatch,
                          InvalidValue

insert_string

public void insert_string(java.lang.String value)
                   throws TypeMismatch,
                          InvalidValue

insert_reference

public void insert_reference(Object value)
                      throws TypeMismatch,
                             InvalidValue

insert_typecode

public void insert_typecode(TypeCode value)
                     throws TypeMismatch,
                            InvalidValue

insert_longlong

public void insert_longlong(long value)
                     throws TypeMismatch,
                            InvalidValue

insert_ulonglong

public void insert_ulonglong(long value)
                      throws TypeMismatch,
                             InvalidValue

insert_wchar

public void insert_wchar(char value)
                  throws TypeMismatch,
                         InvalidValue

insert_wstring

public void insert_wstring(java.lang.String value)
                    throws TypeMismatch,
                           InvalidValue

insert_any

public void insert_any(Any value)
                throws TypeMismatch,
                       InvalidValue

insert_dyn_any

public void insert_dyn_any(DynAny value)
                    throws TypeMismatch,
                           InvalidValue

insert_val

public void insert_val(java.io.Serializable value)
                throws TypeMismatch,
                       InvalidValue

get_boolean

public boolean get_boolean()
                    throws TypeMismatch,
                           InvalidValue

get_octet

public byte get_octet()
               throws TypeMismatch,
                      InvalidValue

get_char

public char get_char()
              throws TypeMismatch,
                     InvalidValue

get_short

public short get_short()
                throws TypeMismatch,
                       InvalidValue

get_ushort

public short get_ushort()
                 throws TypeMismatch,
                        InvalidValue

get_long

public int get_long()
             throws TypeMismatch,
                    InvalidValue

get_ulong

public int get_ulong()
              throws TypeMismatch,
                     InvalidValue

get_float

public float get_float()
                throws TypeMismatch,
                       InvalidValue

get_double

public double get_double()
                  throws TypeMismatch,
                         InvalidValue

get_string

public java.lang.String get_string()
                            throws TypeMismatch,
                                   InvalidValue

get_reference

public Object get_reference()
                     throws TypeMismatch,
                            InvalidValue

get_typecode

public TypeCode get_typecode()
                      throws TypeMismatch,
                             InvalidValue

get_longlong

public long get_longlong()
                  throws TypeMismatch,
                         InvalidValue

get_ulonglong

public long get_ulonglong()
                   throws TypeMismatch,
                          InvalidValue

get_wchar

public char get_wchar()
               throws TypeMismatch,
                      InvalidValue

get_wstring

public java.lang.String get_wstring()
                             throws TypeMismatch,
                                    InvalidValue

get_any

public Any get_any()
            throws TypeMismatch,
                   InvalidValue

get_dyn_any

public DynAny get_dyn_any()
                   throws TypeMismatch,
                          InvalidValue

get_val

public java.io.Serializable get_val()
                             throws TypeMismatch,
                                    InvalidValue

seek

public boolean seek(int index)

rewind

public void rewind()

next

public boolean next()

component_count

public int component_count()

current_component

public DynAny current_component()
                         throws TypeMismatch