📄 associationend.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 + -