All Packages Class Hierarchy This Package Previous Next Index
Class cube.configure.Constants
java.lang.Object
|
+----cube.configure.Constants
- public class Constants
- extends Object
This class contains global constants.
Configure this class as necessary.
For more information on the cube see the cube
Overview.
Copyright © 1997 Curtis E. Dyreson. All rights reserved.
Please be aware of the
Licence
and
Version.
-
coarserMeasureGraphName
-
-
coarserUnitGraphName
-
-
countTableName
-
-
cubeDbs
-
What is the home directory for the created databases?
-
cubeHome
-
What is the home directory for the cube?
-
cubeInputPath
-
What is the home directory for the dimension specifications?
-
dimensionNames
-
What are the names of the dimensions?
-
dimensions
- How many dimensions does the cube have?
-
filterFileName
- What is the name of the file that contains the filters?
-
filterMeasureTableName
-
-
filterTableName
-
-
filterUnitTableName
-
-
finerMeasureGraphName
-
-
finerUnitGraphName
-
-
idTableName
-
-
measureTableName
-
-
myDatabaseName
-
-
stringTableName
- What are the names of the various tables in the database?
-
unitToMeasureTableName
-
-
Constants()
-
dimensionNames
public final static String dimensionNames[]
- What are the names of the dimensions?
cubeHome
public final static String cubeHome
- What is the home directory for the cube?
cubeInputPath
public final static String cubeInputPath
- What is the home directory for the dimension specifications?
cubeDbs
public final static String cubeDbs
- What is the home directory for the created databases?
myDatabaseName
public final static String myDatabaseName
dimensions
public final static int dimensions
- How many dimensions does the cube have?
filterFileName
public final static String filterFileName
- What is the name of the file that contains the filters?
stringTableName
public final static String stringTableName
- What are the names of the various tables in the database?
idTableName
public final static String idTableName
finerUnitGraphName
public final static String finerUnitGraphName
coarserUnitGraphName
public final static String coarserUnitGraphName
finerMeasureGraphName
public final static String finerMeasureGraphName
coarserMeasureGraphName
public final static String coarserMeasureGraphName
unitToMeasureTableName
public final static String unitToMeasureTableName
measureTableName
public final static String measureTableName
filterTableName
public final static String filterTableName
filterUnitTableName
public final static String filterUnitTableName
filterMeasureTableName
public final static String filterMeasureTableName
countTableName
public final static String countTableName
Constants
public Constants()
All Packages Class Hierarchy This Package Previous Next Index