hierarchyfilter.java
来自「数据仓库展示程序」· Java 代码 · 共 32 行
JAVA
32 行
/*
* Java(TM) OLAP Interface
*/
package javax.olap.query.dimensionfilters;
public interface HierarchyFilter
extends javax.olap.query.dimensionfilters.DimensionFilter {
// ------------------------------------------------
// ----- Attribute-Generated -----
// ------------------------------------------------
public javax.olap.query.enumerations.HierarchyFilterType getHierarchyFilterType()
throws javax.olap.OLAPException;
public void setHierarchyFilterType( javax.olap.query.enumerations.HierarchyFilterType value )
throws javax.olap.OLAPException;
// ------------------------------------------------
// ----- Reference-Generated -----
// ------------------------------------------------
public javax.olap.metadata.Hierarchy getHierarchy()
throws javax.olap.OLAPException;
public void setHierarchy( javax.olap.metadata.Hierarchy value )
throws javax.olap.OLAPException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?