it.eng.qbe.utility
Class QbeProperties
java.lang.Object
it.eng.qbe.utility.QbeProperties
public class QbeProperties
- extends java.lang.Object
- Author:
- Andrea Gioia
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_TYPE_TABLE
public static final int CLASS_TYPE_TABLE
- See Also:
- Constant Field Values
CLASS_TYPE_RELATION
public static final int CLASS_TYPE_RELATION
- See Also:
- Constant Field Values
CLASS_TYPE_VIEW
public static final int CLASS_TYPE_VIEW
- See Also:
- Constant Field Values
FIELD_TYPE_MEASURE
public static final int FIELD_TYPE_MEASURE
- See Also:
- Constant Field Values
FIELD_TYPE_DIMENSION
public static final int FIELD_TYPE_DIMENSION
- See Also:
- Constant Field Values
QbeProperties
public QbeProperties(DataMartModel dm)
isTableVisible
public boolean isTableVisible(java.lang.String className)
isFieldVisible
public boolean isFieldVisible(java.lang.String fieldName)
getTableType
public int getTableType(java.lang.String fieldName)
getFieldType
public int getFieldType(java.lang.String className)
getQbeProperties
public static java.util.Properties getQbeProperties(DataMartModel dm)
getQbeProperties
public static java.util.Properties getQbeProperties(java.util.jar.JarFile jf)