Xindice API
version 1.1

org.apache.xindice.core.data
Class Types

java.lang.Object
  extended by 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-25 04:25:02 +0100 (Sun, 25 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. 
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
Deprecated. 
See Also:
Constant Field Values

VOID

public static final int VOID
Deprecated. 
See Also:
Constant Field Values

BOOLEAN

public static final int BOOLEAN
Deprecated. 
See Also:
Constant Field Values

BYTE

public static final int BYTE
Deprecated. 
See Also:
Constant Field Values

CHAR

public static final int CHAR
Deprecated. 
See Also:
Constant Field Values

SHORT

public static final int SHORT
Deprecated. 
See Also:
Constant Field Values

INT

public static final int INT
Deprecated. 
See Also:
Constant Field Values

LONG

public static final int LONG
Deprecated. 
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
Deprecated. 
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
Deprecated. 
See Also:
Constant Field Values

OBJECT

public static final int OBJECT
Deprecated. 
See Also:
Constant Field Values

STRING

public static final int STRING
Deprecated. 
See Also:
Constant Field Values

ELEMENT

public static final int ELEMENT
Deprecated. 
See Also:
Constant Field Values

DOCUMENT

public static final int DOCUMENT
Deprecated. 
See Also:
Constant Field Values

DOCUMENTFRAGMENT

public static final int DOCUMENTFRAGMENT
Deprecated. 
See Also:
Constant Field Values

ARGS

public static final int ARGS
Deprecated. 
See Also:
Constant Field Values

VARIANT

public static final int VARIANT
Deprecated. 
See Also:
Constant Field Values
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.