📄 dynany.html
字号:
object, it initializes the next component of the constructed data value associated with this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the <code>org.omg.CORBA.TypeCode</code> to insert into this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></CODE> - if the value inserted is not consistent with the type of the accessed component in this <code>DynAny</code> object</DL></DD></DL><HR><A NAME="insert_longlong(long)"><!-- --></A><H3>insert_longlong</H3><PRE>public void <B>insert_longlong</B>(long value) throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></PRE><DL><DD>Inserts the given <code>long</code> as the value for this <code>DynAny</code> object. <p> If this method is called on a constructed <code>DynAny</code> object, it initializes the next component of the constructed data value associated with this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the <code>long</code> to insert into this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></CODE> - if the value inserted is not consistent with the type of the accessed component in this <code>DynAny</code> object</DL></DD></DL><HR><A NAME="insert_ulonglong(long)"><!-- --></A><H3>insert_ulonglong</H3><PRE>public void <B>insert_ulonglong</B>(long value) throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></PRE><DL><DD>Inserts the given <code>long</code> as the value for this <code>DynAny</code> object. <p> If this method is called on a constructed <code>DynAny</code> object, it initializes the next component of the constructed data value associated with this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the <code>long</code> to insert into this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></CODE> - if the value inserted is not consistent with the type of the accessed component in this <code>DynAny</code> object</DL></DD></DL><HR><A NAME="insert_wchar(char)"><!-- --></A><H3>insert_wchar</H3><PRE>public void <B>insert_wchar</B>(char value) throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></PRE><DL><DD>Inserts the given <code>char</code> as the value for this <code>DynAny</code> object. <p> If this method is called on a constructed <code>DynAny</code> object, it initializes the next component of the constructed data value associated with this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the <code>char</code> to insert into this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></CODE> - if the value inserted is not consistent with the type of the accessed component in this <code>DynAny</code> object</DL></DD></DL><HR><A NAME="insert_wstring(java.lang.String)"><!-- --></A><H3>insert_wstring</H3><PRE>public void <B>insert_wstring</B>(<A HREF="../../../java/lang/String.html">String</A> value) throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></PRE><DL><DD>Inserts the given <code>String</code> as the value for this <code>DynAny</code> object. <p> If this method is called on a constructed <code>DynAny</code> object, it initializes the next component of the constructed data value associated with this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the <code>String</code> to insert into this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></CODE> - if the value inserted is not consistent with the type of the accessed component in this <code>DynAny</code> object</DL></DD></DL><HR><A NAME="insert_any(org.omg.CORBA.Any)"><!-- --></A><H3>insert_any</H3><PRE>public void <B>insert_any</B>(<A HREF="../../../org/omg/CORBA/Any.html">Any</A> value) throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></PRE><DL><DD>Inserts the given <code>org.omg.CORBA.Any</code> object as the value for this <code>DynAny</code> object. <p> If this method is called on a constructed <code>DynAny</code> object, it initializes the next component of the constructed data value associated with this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the <code>org.omg.CORBA.Any</code> object to insert into this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></CODE> - if the value inserted is not consistent with the type of the accessed component in this <code>DynAny</code> object</DL></DD></DL><HR><A NAME="insert_val(java.io.Serializable)"><!-- --></A><H3>insert_val</H3><PRE>public void <B>insert_val</B>(<A HREF="../../../java/io/Serializable.html">Serializable</A> value) throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></PRE><DL><DD>Inserts the given <code>java.io.Serializable</code> object as the value for this <code>DynAny</code> object. <p> If this method is called on a constructed <code>DynAny</code> object, it initializes the next component of the constructed data value associated with this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>value</CODE> - the <code>java.io.Serializable</code> object to insert into this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/InvalidValue.html">InvalidValue</A></CODE> - if the value inserted is not consistent with the type of the accessed component in this <code>DynAny</code> object</DL></DD></DL><HR><A NAME="get_val()"><!-- --></A><H3>get_val</H3><PRE>public <A HREF="../../../java/io/Serializable.html">Serializable</A> <B>get_val</B>() throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></PRE><DL><DD>Retrieves the <code>java.io.Serializable</code> object contained in this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>java.io.Serializable</code> object that is the value for this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></CODE> - if the type code of the accessed component in this <code>DynAny</code> object is not equivalent to the type code for a <code>java.io.Serializable</code> object</DL></DD></DL><HR><A NAME="get_boolean()"><!-- --></A><H3>get_boolean</H3><PRE>public boolean <B>get_boolean</B>() throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></PRE><DL><DD>Retrieves the <code>boolean</code> contained in this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>boolean</code> that is the value for this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></CODE> - if the type code of the accessed component in this <code>DynAny</code> object is not equivalent to the type code for a <code>boolean</code></DL></DD></DL><HR><A NAME="get_octet()"><!-- --></A><H3>get_octet</H3><PRE>public byte <B>get_octet</B>() throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></PRE><DL><DD>Retrieves the <code>byte</code> contained in this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>byte</code> that is the value for this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></CODE> - if the type code of the accessed component in this <code>DynAny</code> object is not equivalent to the type code for a <code>byte</code></DL></DD></DL><HR><A NAME="get_char()"><!-- --></A><H3>get_char</H3><PRE>public char <B>get_char</B>() throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></PRE><DL><DD>Retrieves the <code>char</code> contained in this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>char</code> that is the value for this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></CODE> - if the type code of the accessed component in this <code>DynAny</code> object is not equivalent to the type code for a <code>char</code></DL></DD></DL><HR><A NAME="get_short()"><!-- --></A><H3>get_short</H3><PRE>public short <B>get_short</B>() throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></PRE><DL><DD>Retrieves the <code>short</code> contained in this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>short</code> that is the value for this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></CODE> - if the type code of the accessed component in this <code>DynAny</code> object is not equivalent to the type code for a <code>short</code></DL></DD></DL><HR><A NAME="get_ushort()"><!-- --></A><H3>get_ushort</H3><PRE>public short <B>get_ushort</B>() throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></PRE><DL><DD>Retrieves the <code>short</code> contained in this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>short</code> that is the value for this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></CODE> - if the type code of the accessed component in this <code>DynAny</code> object is not equivalent to the type code for a <code>short</code></DL></DD></DL><HR><A NAME="get_long()"><!-- --></A><H3>get_long</H3><PRE>public int <B>get_long</B>() throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></PRE><DL><DD>Retrieves the <code>int</code> contained in this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>int</code> that is the value for this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></CODE> - if the type code of the accessed component in this <code>DynAny</code> object is not equivalent to the type code for a <code>int</code></DL></DD></DL><HR><A NAME="get_ulong()"><!-- --></A><H3>get_ulong</H3><PRE>public int <B>get_ulong</B>() throws <A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></PRE><DL><DD>Retrieves the <code>int</code> contained in this <code>DynAny</code> object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the <code>int</code> that is the value for this <code>DynAny</code> object<DT><B>Throws:</B><DD><CODE><A HREF="../../../org/omg/CORBA/DynAnyPackage/TypeMismatch.html">TypeMismatch</A></CODE> - if the type code of the accessed component in this <code>DynAny</code> object is not equivalent to the type code for a <code>int</code></DL></DD></DL><HR><A NAME="get_float()"><!-- --></A><H3>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -