mondrian.xmla
Enum RowsetDefinition.MdschemaFunctionsRowset.VarType
java.lang.Object
java.lang.Enum<RowsetDefinition.MdschemaFunctionsRowset.VarType>
mondrian.xmla.RowsetDefinition.MdschemaFunctionsRowset.VarType
- All Implemented Interfaces:
- Serializable, Comparable<RowsetDefinition.MdschemaFunctionsRowset.VarType>
- Enclosing class:
- RowsetDefinition.MdschemaFunctionsRowset
static enum RowsetDefinition.MdschemaFunctionsRowset.VarType
- extends Enum<RowsetDefinition.MdschemaFunctionsRowset.VarType>
http://www.csidata.com/custserv/onlinehelp/VBSdocs/vbs57.htm
-
-
Empty
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Empty
Null
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Null
Integer
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Integer
Long
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Long
Single
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Single
Double
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Double
Currency
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Currency
Date
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Date
String
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType String
Object
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Object
Error
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Error
Boolean
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Boolean
Variant
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Variant
DataObject
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType DataObject
Decimal
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Decimal
Byte
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Byte
Array
public static final RowsetDefinition.MdschemaFunctionsRowset.VarType Array
values
public static RowsetDefinition.MdschemaFunctionsRowset.VarType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RowsetDefinition.MdschemaFunctionsRowset.VarType c : RowsetDefinition.MdschemaFunctionsRowset.VarType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RowsetDefinition.MdschemaFunctionsRowset.VarType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
forCategory
static RowsetDefinition.MdschemaFunctionsRowset.VarType forCategory(int category)