📄 tckind.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:43:20 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Class TCKind</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/TCKind.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/omg/CORBA/StructMemberHelper.html"><B>PREV CLASS</B></A> <A HREF="../../../org/omg/CORBA/TypeCode.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="TCKind.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">org.omg.CORBA</FONT><BR>Class TCKind</H2><PRE><A HREF="../../../java/lang/Object.html">java.lang.Object</A> | +--<B>org.omg.CORBA.TCKind</B></PRE><HR><DL><DT>public class <B>TCKind</B><DT>extends <A HREF="../../../java/lang/Object.html">Object</A></DL><P>The Java mapping of the IDL enum <code>TCKind</code>, which specifies the kind of a <code>TypeCode</code> object. There is one kind for each primitive and essential IDL datatype. <P> The class <code>TCKind</code> consists of: <UL> <LI>a set of <code>int</code> constants, one for each kind of IDL data type. These <code>int</code> constants make it possible to use a <code>switch</code> statement. <LI>a set of <code>TCKind</code> constants, one for each kind of IDL data type. The <code>value</code> field for each <code>TCKind</code> instance is initialized with the <code>int</code> constant that corresponds with the IDL data type that the instance represents. <LI>the method <code>from_int</code>for converting an <code>int</code> to its corresponding <code>TCKind</code> instance <P>Example: <PRE> org.omg.CORBA.TCKind k = org.omg.CORBA.TCKind.from_int( org.omg.CORBA.TCKind._tk_string); </PRE> The variable <code>k</code> represents the <code>TCKind</code> instance for the IDL type <code>string</code>, which is <code>tk_string</code>. <P> <LI>the method <code>value</code> for accessing the <code>_value</code> field of a <code>TCKind</code> constant <P>Example: <PRE> int i = org.omg.CORBA.TCKind.tk_char.value(); </PRE> The variable <code>i</code> represents 9, the value for the IDL data type <code>char</code>. </UL> <P>The <code>value</code> field of a <code>TCKind</code> instance is the CDR encoding used for a <code>TypeCode</code> object in an IIOP message.<P><HR><P><!-- ======== INNER CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Field Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_abstract_interface">_tk_abstract_interface</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>abstract interface</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_alias">_tk_alias</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>alias</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_any">_tk_any</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>any</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_array">_tk_array</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>array</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_boolean">_tk_boolean</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>boolean</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_char">_tk_char</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>char</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_double">_tk_double</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>double</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_enum">_tk_enum</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>enum</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_except">_tk_except</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>except</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_fixed">_tk_fixed</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>fixed</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_float">_tk_float</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>float</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_long">_tk_long</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>long</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_longdouble">_tk_longdouble</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>longdouble</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_longlong">_tk_longlong</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>longlong</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_native">_tk_native</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>native</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_null">_tk_null</A></B></CODE><BR> The <code>int</code> constant for a <code>null</code> IDL data type.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_objref">_tk_objref</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>objref</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_octet">_tk_octet</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>octet</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_Principal">_tk_Principal</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>Principal</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_sequence">_tk_sequence</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>sequence</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_short">_tk_short</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>short</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_string">_tk_string</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>string</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_struct">_tk_struct</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>struct</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_TypeCode">_tk_TypeCode</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>TypeCode</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_ulong">_tk_ulong</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>ulong</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_ulonglong">_tk_ulonglong</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>ulonglong</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_union">_tk_union</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>union</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_ushort">_tk_ushort</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>ushort</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../org/omg/CORBA/TCKind.html#_tk_value">_tk_value</A></B></CODE><BR> The <code>int</code> constant for the IDL data type <code>value</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -