📄 any.html
字号:
<TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#extract_string()">extract_string</A></B>()</CODE><BR> Extracts the <code>String</code> object in this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../org/omg/CORBA/TypeCode.html">TypeCode</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#extract_TypeCode()">extract_TypeCode</A></B>()</CODE><BR> Extracts the <code>TypeCode</code> object in this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#extract_ulong()">extract_ulong</A></B>()</CODE><BR> Extracts the <code>int</code> in this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract long</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#extract_ulonglong()">extract_ulonglong</A></B>()</CODE><BR> Extracts the <code>long</code> in this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract short</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#extract_ushort()">extract_ushort</A></B>()</CODE><BR> Extracts the <code>short</code> in this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/io/Serializable.html">Serializable</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#extract_Value()">extract_Value</A></B>()</CODE><BR> Extracts the <code>java.io.Serializable</code> object in this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract char</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#extract_wchar()">extract_wchar</A></B>()</CODE><BR> Extracts the <code>char</code> in this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../java/lang/String.html">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#extract_wstring()">extract_wstring</A></B>()</CODE><BR> Extracts the <code>String</code> object in this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_any(org.omg.CORBA.Any)">insert_any</A></B>(<A HREF="../../../org/omg/CORBA/Any.html">Any</A> a)</CODE><BR> Inserts the given <code>Any</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_boolean(boolean)">insert_boolean</A></B>(boolean b)</CODE><BR> Inserts the given <code>boolean</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_char(char)">insert_char</A></B>(char c)</CODE><BR> Inserts the given <code>char</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_double(double)">insert_double</A></B>(double d)</CODE><BR> Inserts the given <code>double</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_fixed(java.math.BigDecimal)">insert_fixed</A></B>(<A HREF="../../../java/math/BigDecimal.html">BigDecimal</A> value)</CODE><BR> Inserts the given <code>java.math.BigDecimal</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_fixed(java.math.BigDecimal, org.omg.CORBA.TypeCode)">insert_fixed</A></B>(<A HREF="../../../java/math/BigDecimal.html">BigDecimal</A> value, <A HREF="../../../org/omg/CORBA/TypeCode.html">TypeCode</A> type)</CODE><BR> Inserts the given <code>java.math.BigDecimal</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_float(float)">insert_float</A></B>(float f)</CODE><BR> Inserts the given <code>float</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_long(int)">insert_long</A></B>(int l)</CODE><BR> Inserts the given <code>int</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_longlong(long)">insert_longlong</A></B>(long l)</CODE><BR> Inserts the given <code>long</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_Object(org.omg.CORBA.Object)">insert_Object</A></B>(<A HREF="../../../org/omg/CORBA/Object.html">Object</A> o)</CODE><BR> Inserts the given <code>org.omg.CORBA.Object</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_Object(org.omg.CORBA.Object, org.omg.CORBA.TypeCode)">insert_Object</A></B>(<A HREF="../../../org/omg/CORBA/Object.html">Object</A> o, <A HREF="../../../org/omg/CORBA/TypeCode.html">TypeCode</A> t)</CODE><BR> Inserts the given <code>org.omg.CORBA.Object</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_octet(byte)">insert_octet</A></B>(byte b)</CODE><BR> Inserts the given <code>byte</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_Principal(org.omg.CORBA.Principal)">insert_Principal</A></B>(<A HREF="../../../org/omg/CORBA/Principal.html">Principal</A> p)</CODE><BR> <B>Deprecated.</B> <I>Deprecated by CORBA 2.2.</I></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_short(short)">insert_short</A></B>(short s)</CODE><BR> Inserts the given <code>short</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_Streamable(org.omg.CORBA.portable.Streamable)">insert_Streamable</A></B>(<A HREF="../../../org/omg/CORBA/portable/Streamable.html">Streamable</A> s)</CODE><BR> Inserts the given <code>Streamable</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_string(java.lang.String)">insert_string</A></B>(<A HREF="../../../java/lang/String.html">String</A> s)</CODE><BR> Inserts the given <code>String</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_TypeCode(org.omg.CORBA.TypeCode)">insert_TypeCode</A></B>(<A HREF="../../../org/omg/CORBA/TypeCode.html">TypeCode</A> t)</CODE><BR> Inserts the given <code>TypeCode</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_ulong(int)">insert_ulong</A></B>(int l)</CODE><BR> Inserts the given <code>int</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_ulonglong(long)">insert_ulonglong</A></B>(long l)</CODE><BR> Inserts the given <code>long</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_ushort(short)">insert_ushort</A></B>(short s)</CODE><BR> Inserts the given <code>short</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_Value(java.io.Serializable)">insert_Value</A></B>(<A HREF="../../../java/io/Serializable.html">Serializable</A> v)</CODE><BR> Inserts the given <code>java.io.Serializable</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_Value(java.io.Serializable, org.omg.CORBA.TypeCode)">insert_Value</A></B>(<A HREF="../../../java/io/Serializable.html">Serializable</A> v, <A HREF="../../../org/omg/CORBA/TypeCode.html">TypeCode</A> t)</CODE><BR> Inserts the given <code>java.io.Serializable</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_wchar(char)">insert_wchar</A></B>(char c)</CODE><BR> Inserts the given <code>char</code> into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#insert_wstring(java.lang.String)">insert_wstring</A></B>(<A HREF="../../../java/lang/String.html">String</A> s)</CODE><BR> Inserts the given <code>String</code> object into this <code>Any</code> object's <code>value</code> field.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#read_value(org.omg.CORBA.portable.InputStream, org.omg.CORBA.TypeCode)">read_value</A></B>(<A HREF="../../../org/omg/CORBA/portable/InputStream.html">InputStream</A> is, <A HREF="../../../org/omg/CORBA/TypeCode.html">TypeCode</A> t)</CODE><BR> Reads off (unmarshals) the value of an <code>Any</code> object from the given input stream using the given typecode.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract <A HREF="../../../org/omg/CORBA/TypeCode.html">TypeCode</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/Any.html#type()">type</A></B>()</CODE><BR> Returns type information for the element contained in this <code>Any</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -