|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.DataType
An enumeration of Parameter
data types.
Field Summary | |
static DataType |
ANY
Any scalar type or XML content. |
static DataType |
BOOLEAN
Type 'boolean' or 'Boolean'. |
static DataType |
CHAR
Type 'char' or 'Character'. |
static DataType |
DOUBLE
Type 'double' or 'Double'. |
static DataType |
FLOAT
Type 'float' or 'Float'. |
static DataType |
INT
Type 'int' or 'Integer'. |
static DataType |
LONG
Type 'long' or 'Long'. |
static DataType |
SHORT
Type 'short' or 'Short'. |
static DataType |
STRING
Type 'String' (where preceding and trailing whitespace IS significant). |
static DataType |
STRUCT
A structured parameter. |
static DataType |
TRIMMED_STRING
Type 'String' (where preceding and trailing whitespace IS ignored). |
Method Summary | |
Class |
getJavaClass()
|
String |
toString()
Returns a string representation of this type (e.g., 'int', 'string', 'boolean'). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final DataType CHAR
public static final DataType STRING
public static final DataType TRIMMED_STRING
public static final DataType SHORT
public static final DataType INT
public static final DataType LONG
public static final DataType FLOAT
public static final DataType DOUBLE
public static final DataType BOOLEAN
public static final DataType STRUCT
public static final DataType ANY
Method Detail |
public Class getJavaClass()
public String toString()
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |