Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > fc480f9d5aabed8eeaffe8ad3401a94c > files > 10120

openoffice.org-devel-doc-3.2.1-0.3mdv2010.2.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Fri Feb 11 21:21:58 UTC 2011 -->
<TITLE>
Type (Java UNO Runtime Reference)
</TITLE>

<META NAME="date" CONTENT="2011-02-11">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Type (Java UNO Runtime Reference)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Type.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
UDK 3.2.7 Java API Reference</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/sun/star/uno/MappingException.html" title="class in com.sun.star.uno"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/sun/star/uno/Union.html" title="class in com.sun.star.uno"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/sun/star/uno/Type.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Type.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.sun.star.uno</FONT>
<BR>
Class Type</H2>
<PRE>
<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.sun.star.uno.Type</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>Type</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
</PRE>

<P>
Represents the UNO built-in type <code>TYPE</code>.

 <p>The UNO type is not directly mapped to <code>java.lang.Class</code> for at
 least two reasons.  For one, some UNO types (like <code>UNSIGNED
 SHORT</code>) do not have a matching Java class.  For another, it can be
 necessary to describe a type which is unknown to the Java runtime system
 (for example, for delaying the need of a class, so that it is possible to
 generate it on the fly.)</p>

 <p>A <code>Type</code> is uniquely determined by its type class (a
 <code>TypeClass</code>) and its type name (a <code>String</code>); these two
 will never be <code>null</code>.  A <code>Type</code> may have an additional
 "z class" (a <code>java.lang.Class</code>), giving a Java class type that
 corresponds to the UNO type.  Also, a <code>Type</code> can cache a type
 description (a <code>com.sun.star.uno.ITypeDescription</code>), which can be
 computed and set by <code>TypeDescription.getTypeDescription</code>.
<P>

<P>
<HR>

<P>
<!-- =========== FIELD SUMMARY =========== -->

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#_class">_class</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../com/sun/star/uno/ITypeDescription.html" title="interface in com.sun.star.uno">ITypeDescription</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#_iTypeDescription">_iTypeDescription</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../../common/ref/com/sun/star/uno/TypeClass.html?is-external=true" title="class or interface in com.sun.star.uno">TypeClass</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#_typeClass">_typeClass</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#_typeName">_typeName</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#ANY">ANY</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#BOOLEAN">BOOLEAN</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#BYTE">BYTE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#CHAR">CHAR</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#DOUBLE">DOUBLE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#FLOAT">FLOAT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#HYPER">HYPER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#LONG">LONG</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#SHORT">SHORT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#STRING">STRING</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#TYPE">TYPE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#UNSIGNED_HYPER">UNSIGNED_HYPER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#UNSIGNED_LONG">UNSIGNED_LONG</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#UNSIGNED_SHORT">UNSIGNED_SHORT</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#VOID">VOID</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#Type()">Type</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>Type</code> which defaults to <code>VOID</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#Type(java.lang.Class)">Type</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;zClass)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>Type</code> from the given
 <code>java.lang.Class</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#Type(java.lang.Class, boolean)">Type</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;zClass,
     boolean&nbsp;alternative)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>Type</code> from the given
 <code>java.lang.Class</code>, handling ambiguous cases.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#Type(com.sun.star.uno.ITypeDescription)">Type</A></B>(<A HREF="../../../../com/sun/star/uno/ITypeDescription.html" title="interface in com.sun.star.uno">ITypeDescription</A>&nbsp;typeDescription)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>Type</code> from the given type description.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#Type(java.lang.String)">Type</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;typeName)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>Type</code> with the given type name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#Type(java.lang.String, com.sun.star.uno.TypeClass)">Type</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;typeName,
     <A HREF="../../../../../../common/ref/com/sun/star/uno/TypeClass.html?is-external=true" title="class or interface in com.sun.star.uno">TypeClass</A>&nbsp;typeClass)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>Type</code> with the given type class and type
 name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#Type(com.sun.star.uno.TypeClass)">Type</A></B>(<A HREF="../../../../../../common/ref/com/sun/star/uno/TypeClass.html?is-external=true" title="class or interface in com.sun.star.uno">TypeClass</A>&nbsp;typeClass)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>Type</code> with the given type class.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;obj)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../common/ref/com/sun/star/uno/TypeClass.html?is-external=true" title="class or interface in com.sun.star.uno">TypeClass</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#getTypeClass()">getTypeClass</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the type class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/sun/star/uno/ITypeDescription.html" title="interface in com.sun.star.uno">ITypeDescription</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#getTypeDescription()">getTypeDescription</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gives the type description of this type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#getTypeName()">getTypeName</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the type name.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#getZClass()">getZClass</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the Java class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#hashCode()">hashCode</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#isSupertypeOf(com.sun.star.uno.Type)">isSupertypeOf</A></B>(<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether this UNO type is a supertype of another UNO type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#setTypeDescription(com.sun.star.uno.ITypeDescription)">setTypeDescription</A></B>(<A HREF="../../../../com/sun/star/uno/ITypeDescription.html" title="interface in com.sun.star.uno">ITypeDescription</A>&nbsp;typeDescription)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the type description for this type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sun/star/uno/Type.html#toString()">toString</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->

<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="VOID"><!-- --></A><H3>
VOID</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>VOID</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="CHAR"><!-- --></A><H3>
CHAR</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>CHAR</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="BOOLEAN"><!-- --></A><H3>
BOOLEAN</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>BOOLEAN</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="BYTE"><!-- --></A><H3>
BYTE</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>BYTE</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="SHORT"><!-- --></A><H3>
SHORT</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>SHORT</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="UNSIGNED_SHORT"><!-- --></A><H3>
UNSIGNED_SHORT</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>UNSIGNED_SHORT</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="LONG"><!-- --></A><H3>
LONG</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>LONG</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="UNSIGNED_LONG"><!-- --></A><H3>
UNSIGNED_LONG</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>UNSIGNED_LONG</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="HYPER"><!-- --></A><H3>
HYPER</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>HYPER</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="UNSIGNED_HYPER"><!-- --></A><H3>
UNSIGNED_HYPER</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>UNSIGNED_HYPER</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="FLOAT"><!-- --></A><H3>
FLOAT</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>FLOAT</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="DOUBLE"><!-- --></A><H3>
DOUBLE</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>DOUBLE</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="STRING"><!-- --></A><H3>
STRING</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>STRING</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="TYPE"><!-- --></A><H3>
TYPE</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>TYPE</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="ANY"><!-- --></A><H3>
ANY</H3>
<PRE>
public static final <A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A> <B>ANY</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="_typeClass"><!-- --></A><H3>
_typeClass</H3>
<PRE>
protected <A HREF="../../../../../../common/ref/com/sun/star/uno/TypeClass.html?is-external=true" title="class or interface in com.sun.star.uno">TypeClass</A> <B>_typeClass</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="_typeName"><!-- --></A><H3>
_typeName</H3>
<PRE>
protected <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>_typeName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="_class"><!-- --></A><H3>
_class</H3>
<PRE>
protected <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>_class</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>

<A NAME="_iTypeDescription"><!-- --></A><H3>
_iTypeDescription</H3>
<PRE>
protected <A HREF="../../../../com/sun/star/uno/ITypeDescription.html" title="interface in com.sun.star.uno">ITypeDescription</A> <B>_iTypeDescription</B></PRE>
<DL>
<DL>
</DL>
</DL>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="Type()"><!-- --></A><H3>
Type</H3>
<PRE>
public <B>Type</B>()</PRE>
<DL>
<DD>Constructs a new <code>Type</code> which defaults to <code>VOID</code>.
<P>
</DL>
<HR>

<A NAME="Type(java.lang.String, com.sun.star.uno.TypeClass)"><!-- --></A><H3>
Type</H3>
<PRE>
public <B>Type</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;typeName,
            <A HREF="../../../../../../common/ref/com/sun/star/uno/TypeClass.html?is-external=true" title="class or interface in com.sun.star.uno">TypeClass</A>&nbsp;typeClass)</PRE>
<DL>
<DD>Constructs a new <code>Type</code> with the given type class and type
 name.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>typeName</CODE> - the type name.  Must not be <code>null</code>.<DD><CODE>typeClass</CODE> - the type class.  Must not be <code>null</code>, and must
     match the <code>typeName</code> (for example, it is illegal to
     combine a <code>typeName</code> of <code>"void"</code> with a
     <code>typeClass</code> of <code>BOOLEAN</code>).</DL>
</DL>
<HR>

<A NAME="Type(java.lang.Class)"><!-- --></A><H3>
Type</H3>
<PRE>
public <B>Type</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;zClass)</PRE>
<DL>
<DD>Constructs a new <code>Type</code> from the given
 <code>java.lang.Class</code>.

 <p>This is equivalent to <code>Type(zClass, false)</code>.</p>
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>zClass</CODE> - the Java class of this type.  Must not be
     <code>null</code>.</DL>
</DL>
<HR>

<A NAME="Type(java.lang.Class, boolean)"><!-- --></A><H3>
Type</H3>
<PRE>
public <B>Type</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&nbsp;zClass,
            boolean&nbsp;alternative)</PRE>
<DL>
<DD>Constructs a new <code>Type</code> from the given
 <code>java.lang.Class</code>, handling ambiguous cases.

 <p>In certain cases, one Java class corresponds to two UNO types (e.g.,
 the Java class <code>short[].class</code> corresponds to both a sequence
 of <codde>SHORT</code> and a sequence of <code>UNSIGNED SHORT</code> in
 UNO).  In such ambiguous cases, the parameter <code>alternative</code>
 controls which UNO type is chosen:</p>
 <ul>
   <li>If the Java type is (an array type with element type)
   <code>short</code> or <code>java.lang.Short</code>:  If
   <code>alternative</code> is <code>false</code>, the chosen UNO type is
   (a sequence type with element type) <code>SHORT</code>.  If
   <code>alternative</code> is <code>true</code>, the chosen UNO type is
   (a sequence type with element type) <code>UNSIGNED SHORT</code>.</li>

   <li>If the Java type is (an array type with element type)
   <code>int</code> or <code>java.lang.Integer</code>:  If
   <code>alternative</code> is <code>false</code>, the chosen UNO type is
   (a sequence type with element type) <code>LONG</code>.  If
   <code>alternative</code> is <code>true</code>, the chosen UNO type is
   (a sequence type with element type) <code>UNSIGNED LONG</code>.</li>

   <li>If the Java type is (an array type with element type)
   <code>long</code> or <code>java.lang.Long</code>:  If
   <code>alternative</code> is <code>false</code>, the chosen UNO type is
   (a sequence type with element type) <code>HYPER</code>.  If
   <code>alternative</code> is <code>true</code>, the chosen UNO type is
   (a sequence type with element type) <code>UNSIGNED HYPER</code>.</li>

   <li>If the Java type is (an array type with element type)
   <code>java.lang.Object</code>:  If <code>alternative</code> is
   <code>false</code>, the chosen UNO type is (a sequence type with
   element type) <code>ANY</code>.  If <code>alternative</code> is
   <code>true</code>, the chosen UNO type is (a sequence type with element
   type) <code>com.sun.star.uno.XInterface</code>.</li>
 </ul>
 <p>In all other cases, the value of <code>alternative</code> is
 ignored.</p>

 <p>This constructor cannot be used to create <code>Type</code> instances
 that represent (sequences of) instantiated polymorphic struct types.</p>
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>zClass</CODE> - the Java class of this type; must not be <code>null</code><DD><CODE>alternative</CODE> - controls which UNO type to choose in case of
     ambiguities<DT><B>Since:</B></DT>
  <DD>UDK 3.2.0</DD>
</DL>
</DL>
<HR>

<A NAME="Type(com.sun.star.uno.ITypeDescription)"><!-- --></A><H3>
Type</H3>
<PRE>
public <B>Type</B>(<A HREF="../../../../com/sun/star/uno/ITypeDescription.html" title="interface in com.sun.star.uno">ITypeDescription</A>&nbsp;typeDescription)</PRE>
<DL>
<DD>Constructs a new <code>Type</code> from the given type description.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>typeDescription</CODE> - a type description.  Must not be
     <code>null</code>.</DL>
</DL>
<HR>

<A NAME="Type(java.lang.String)"><!-- --></A><H3>
Type</H3>
<PRE>
public <B>Type</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;typeName)</PRE>
<DL>
<DD>Constructs a new <code>Type</code> with the given type name.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>typeName</CODE> - the name of this type; must not be <code>null</code>.</DL>
</DL>
<HR>

<A NAME="Type(com.sun.star.uno.TypeClass)"><!-- --></A><H3>
Type</H3>
<PRE>
public <B>Type</B>(<A HREF="../../../../../../common/ref/com/sun/star/uno/TypeClass.html?is-external=true" title="class or interface in com.sun.star.uno">TypeClass</A>&nbsp;typeClass)</PRE>
<DL>
<DD>Constructs a new <code>Type</code> with the given type class.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>typeClass</CODE> - the type class of this type; must not be
     <code>null</code>.  Only type classes for simple types are allowed
     here.
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if the given <code>typeClass</code> is
     not simple (for example, a struct or an interface type).  This
     constructor could not find out the type name in such a case.</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="getTypeClass()"><!-- --></A><H3>
getTypeClass</H3>
<PRE>
public <A HREF="../../../../../../common/ref/com/sun/star/uno/TypeClass.html?is-external=true" title="class or interface in com.sun.star.uno">TypeClass</A> <B>getTypeClass</B>()</PRE>
<DL>
<DD>Gets the type class.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the type class.  Will never be <code>null</code>, but might be
     <code>UNKNOWN</code>.</DL>
</DD>
</DL>
<HR>

<A NAME="getTypeName()"><!-- --></A><H3>
getTypeName</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getTypeName</B>()</PRE>
<DL>
<DD>Gets the type name.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the type name; will never be <code>null</code></DL>
</DD>
</DL>
<HR>

<A NAME="getZClass()"><!-- --></A><H3>
getZClass</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>getZClass</B>()</PRE>
<DL>
<DD>Gets the Java class.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the type name; may be <code>null</code> in extreme situations
     (inconsistent <code>TypeClass</code>, error loading a class)</DL>
</DD>
</DL>
<HR>

<A NAME="getTypeDescription()"><!-- --></A><H3>
getTypeDescription</H3>
<PRE>
public <A HREF="../../../../com/sun/star/uno/ITypeDescription.html" title="interface in com.sun.star.uno">ITypeDescription</A> <B>getTypeDescription</B>()</PRE>
<DL>
<DD>Gives the type description of this type.
<P>
<DD><DL>

<DT><B>Returns:</B><DD>the type description; may be <code>null</code></DL>
</DD>
</DL>
<HR>

<A NAME="setTypeDescription(com.sun.star.uno.ITypeDescription)"><!-- --></A><H3>
setTypeDescription</H3>
<PRE>
public void <B>setTypeDescription</B>(<A HREF="../../../../com/sun/star/uno/ITypeDescription.html" title="interface in com.sun.star.uno">ITypeDescription</A>&nbsp;typeDescription)</PRE>
<DL>
<DD>Sets the type description for this type.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>typeDescription</CODE> - the type description</DL>
</DD>
</DL>
<HR>

<A NAME="isSupertypeOf(com.sun.star.uno.Type)"><!-- --></A><H3>
isSupertypeOf</H3>
<PRE>
public boolean <B>isSupertypeOf</B>(<A HREF="../../../../com/sun/star/uno/Type.html" title="class in com.sun.star.uno">Type</A>&nbsp;type)</PRE>
<DL>
<DD>Determines whether this UNO type is a supertype of another UNO type.

 UNO only defines the following supertype relations:
 (1)  A struct type t1 is a supertype of a struct type t2, if either t1
 and t2 are the same, or t1 is a direct or indirect parent of t2.
 (2)  An exception type t1 is a supertype of an exception type t2, if
 either t1 and t2 are the same, or t1 is a direct or indirect parent
 of t2.
 (3)  An interface type t1 is a supertype of an interface type t2, if
 either t1 and t2 are the same, or t1 is a direct or indirect parent
 of t2.

 Following the conventions of the Java UNO language binding,
 com.sun.star.uno.Exception is not considered a supertype of
 com.sun.star.uno.RuntimeException or any exception type derived from
 com.sun.star.uno.RuntimeException.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - some Type
<DT><B>Returns:</B><DD>true if this type is a supertype of the given type<DT><B>Since:</B></DT>
  <DD>UDK 3.2.0</DD>
</DL>
</DD>
</DL>
<HR>

<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(<A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A>&nbsp;obj)</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="hashCode()"><!-- --></A><H3>
hashCode</H3>
<PRE>
public int <B>hashCode</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Type.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
UDK 3.2.7 Java API Reference</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/sun/star/uno/MappingException.html" title="class in com.sun.star.uno"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/sun/star/uno/Union.html" title="class in com.sun.star.uno"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/sun/star/uno/Type.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="Type.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>