Xindice API
version 1.1

org.apache.xindice.core.data
Class Types

java.lang.Object
  |
  +--org.apache.xindice.core.data.Types

Deprecated. This class is only used by Variant, a deprecated class. If there is a clear need for it, it may come out of deprecation, else try to avoid it.

public final class Types
extends Object

Types defines identifying values for the types that Xindice Reflectable methods support.

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $

Field Summary
static int ARGS
          Deprecated.  
static int BOOLEAN
          Deprecated.  
static int BYTE
          Deprecated.  
static int CHAR
          Deprecated.  
static int DOCUMENT
          Deprecated.  
static int DOCUMENTFRAGMENT
          Deprecated.  
static int DOUBLE
          Deprecated.  
static int ELEMENT
          Deprecated.  
static int EMPTY
          Deprecated.  
static int FLOAT
          Deprecated.  
static int INT
          Deprecated.  
static int LONG
          Deprecated.  
static int OBJECT
          Deprecated.  
static int SHORT
          Deprecated.  
static int STRING
          Deprecated.  
static int UNKNOWN
          Deprecated.  
static int VARIANT
          Deprecated.  
static int VOID
          Deprecated.  
 
Method Summary
static String typeName(int type)
          Deprecated.  
static int typeOf(Class c)
          Deprecated. TypeOf inspects the Class, and returns the type value for that Class or UNKNOWN, if the Class is not an acceptable signature type.
static int typeOf(Object object)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final int EMPTY
Deprecated. 

UNKNOWN

public static final int UNKNOWN
Deprecated. 

VOID

public static final int VOID
Deprecated. 

BOOLEAN

public static final int BOOLEAN
Deprecated. 

BYTE

public static final int BYTE
Deprecated. 

CHAR

public static final int CHAR
Deprecated. 

SHORT

public static final int SHORT
Deprecated. 

INT

public static final int INT
Deprecated. 

LONG

public static final int LONG
Deprecated. 

FLOAT

public static final int FLOAT
Deprecated. 

DOUBLE

public static final int DOUBLE
Deprecated. 

OBJECT

public static final int OBJECT
Deprecated. 

STRING

public static final int STRING
Deprecated. 

ELEMENT

public static final int ELEMENT
Deprecated. 

DOCUMENT

public static final int DOCUMENT
Deprecated. 

DOCUMENTFRAGMENT

public static final int DOCUMENTFRAGMENT
Deprecated. 

ARGS

public static final int ARGS
Deprecated. 

VARIANT

public static final int VARIANT
Deprecated. 
Method Detail

typeOf

public static int typeOf(Class c)
Deprecated. 
TypeOf inspects the Class, and returns the type value for that Class or UNKNOWN, if the Class is not an acceptable signature type.
Parameters:
c - The Class to check
Returns:
The type value

typeOf

public static int typeOf(Object object)
Deprecated. 

typeName

public static String typeName(int type)
Deprecated. 

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.