Package 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
public static enum RowsetDefinition.MdschemaFunctionsRowset.VarType extends Enum<RowsetDefinition.MdschemaFunctionsRowset.VarType>
http://www.csidata.com/custserv/onlinehelp/VBSdocs/vbs57.htm
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
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
-
-
Method Detail
-
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.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forCategory
public static RowsetDefinition.MdschemaFunctionsRowset.VarType forCategory(int category)
-
-