expressionnodeclassifier.java
来自「数据仓库展示程序」· Java 代码 · 共 27 行
JAVA
27 行
/*
* Java(TM) OLAP Interface
*/
package org.omg.java.cwm.foundation.expressions;
public interface ExpressionNodeClassifier
extends javax.jmi.reflect.RefAssociation {
public boolean exists( org.omg.java.cwm.objectmodel.core.Classifier type, org.omg.java.cwm.foundation.expressions.ExpressionNode expressionNode )
throws javax.jmi.reflect.JmiException;
public java.util.Collection getExpressionNode( org.omg.java.cwm.objectmodel.core.Classifier type )
throws javax.jmi.reflect.JmiException;
public org.omg.java.cwm.objectmodel.core.Classifier getType( org.omg.java.cwm.foundation.expressions.ExpressionNode expressionNode )
throws javax.jmi.reflect.JmiException;
public boolean add( org.omg.java.cwm.objectmodel.core.Classifier type, org.omg.java.cwm.foundation.expressions.ExpressionNode expressionNode )
throws javax.jmi.reflect.JmiException;
public boolean remove( org.omg.java.cwm.objectmodel.core.Classifier type, org.omg.java.cwm.foundation.expressions.ExpressionNode expressionNode )
throws javax.jmi.reflect.JmiException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?