⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 associationend.java

📁 数据仓库展示程序
💻 JAVA
字号:
package javax.jmi.model;



public interface AssociationEnd extends TypedElement {
    public AssociationEnd otherEnd();
    public boolean isNavigable();
    public void setNavigable(boolean newValue);
    public AggregationKind getAggregation();
    public void setAggregation(AggregationKind newValue);
    public MultiplicityType getMultiplicity();
    public void setMultiplicity(MultiplicityType newValue);
    public boolean isChangeable();
    public void setChangeable(boolean newValue);
}

⌨️ 快捷键说明

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