com.ibm.jrom
Class JROMType

java.lang.Object
  extended bycom.ibm.jrom.JROMType

public class JROMType
extends java.lang.Object

JROMValues can belong to one a set of types. This class enumerates the possible JROMTypes so that user code cannot generate its own JROMType objects or confuse JROMTypes with other java objects.


Field Summary
static JROMType JROM_BASE64BINARY_VALUE
          Deprecated.  
static JROMType JROM_BOOLEAN_VALUE
          Deprecated.  
static JROMType JROM_BYTE_VALUE
          Deprecated.  
static JROMType JROM_COMPLEX_VALUE
          Deprecated.  
static JROMType JROM_DATE_VALUE
          Deprecated.  
static JROMType JROM_DECIMAL_VALUE
          Deprecated.  
static JROMType JROM_DOUBLE_VALUE
          Deprecated.  
static JROMType JROM_DURATION_VALUE
          Deprecated.  
static JROMType JROM_FLOAT_VALUE
          Deprecated.  
static JROMType JROM_INTEGER_VALUE
          Deprecated.  
static JROMType JROM_LONG_VALUE
          Deprecated.  
static JROMType JROM_QNAME_VALUE
          Deprecated.  
static JROMType JROM_SHORT_VALUE
          Deprecated.  
static JROMType JROM_STRING_VALUE
          Deprecated.  
static JROMType JROM_TIME_VALUE
          Deprecated.  
 
Method Summary
 boolean equals(JROMType jromType)
          Deprecated.  
 int hashCode()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

JROM_STRING_VALUE

public static JROMType JROM_STRING_VALUE
Deprecated. 

JROM_INTEGER_VALUE

public static JROMType JROM_INTEGER_VALUE
Deprecated. 

JROM_FLOAT_VALUE

public static JROMType JROM_FLOAT_VALUE
Deprecated. 

JROM_DOUBLE_VALUE

public static JROMType JROM_DOUBLE_VALUE
Deprecated. 

JROM_BOOLEAN_VALUE

public static JROMType JROM_BOOLEAN_VALUE
Deprecated. 

JROM_SHORT_VALUE

public static JROMType JROM_SHORT_VALUE
Deprecated. 

JROM_LONG_VALUE

public static JROMType JROM_LONG_VALUE
Deprecated. 

JROM_BYTE_VALUE

public static JROMType JROM_BYTE_VALUE
Deprecated. 

JROM_DECIMAL_VALUE

public static JROMType JROM_DECIMAL_VALUE
Deprecated. 

JROM_DATE_VALUE

public static JROMType JROM_DATE_VALUE
Deprecated. 

JROM_QNAME_VALUE

public static JROMType JROM_QNAME_VALUE
Deprecated. 

JROM_TIME_VALUE

public static JROMType JROM_TIME_VALUE
Deprecated. 

JROM_BASE64BINARY_VALUE

public static JROMType JROM_BASE64BINARY_VALUE
Deprecated. 

JROM_DURATION_VALUE

public static JROMType JROM_DURATION_VALUE
Deprecated. 

JROM_COMPLEX_VALUE

public static JROMType JROM_COMPLEX_VALUE
Deprecated. 
Method Detail

equals

public boolean equals(JROMType jromType)
Deprecated. 

hashCode

public int hashCode()
Deprecated. 

toString

public java.lang.String toString()
Deprecated. 


Copyright © 2001, 2003 IBM. All Rights Reserved.