modelelement.java

来自「数据仓库展示程序」· Java 代码 · 共 38 行

JAVA
38
字号
/*
 * Java(TM) OLAP Interface
 */
package org.omg.java.cwm.objectmodel.core;



public interface ModelElement
extends org.omg.java.cwm.objectmodel.core.Element {

    // ------------------------------------------------
    // -----   Attribute-Generated                -----
    // ------------------------------------------------

  public java.lang.String getName();

  public void setName( java.lang.String value );

  public org.omg.java.cwm.objectmodel.core.VisibilityKind getVisibility();

  public void setVisibility( org.omg.java.cwm.objectmodel.core.VisibilityKind value );

    // ------------------------------------------------
    // -----   Reference-Generated                -----
    // ------------------------------------------------

  public java.util.Collection getClientDependency();

  public java.util.Collection getConstraint();

  public java.util.Collection getImporter();

  public org.omg.java.cwm.objectmodel.core.Namespace getNamespace();

  public void setNamespace( org.omg.java.cwm.objectmodel.core.Namespace value );

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?