public static enum RowsetDefinition.MdschemaFunctionsRowset.VarType extends Enum<RowsetDefinition.MdschemaFunctionsRowset.VarType>
Enum Constant and Description |
---|
Array |
Boolean |
Byte |
Currency |
DataObject |
Date |
Decimal |
Double |
Empty |
Error |
Integer |
Long |
Null |
Object |
Single |
String |
Variant |
Modifier and Type | Method and Description |
---|---|
static RowsetDefinition.MdschemaFunctionsRowset.VarType |
forCategory(int category) |
static RowsetDefinition.MdschemaFunctionsRowset.VarType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowsetDefinition.MdschemaFunctionsRowset.VarType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Empty
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Null
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Integer
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Long
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Single
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Double
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Currency
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Date
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType String
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Object
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Error
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Boolean
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Variant
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType DataObject
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Decimal
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Byte
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Array
public static RowsetDefinition.MdschemaFunctionsRowset.VarType[] values()
for (RowsetDefinition.MdschemaFunctionsRowset.VarType c : RowsetDefinition.MdschemaFunctionsRowset.VarType.values()) System.out.println(c);
public static RowsetDefinition.MdschemaFunctionsRowset.VarType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RowsetDefinition.MdschemaFunctionsRowset.VarType forCategory(int category)
Copyright © 2018 Hitachi Vantara. All rights reserved.