javax.jmi.model.Reference Maven / Gradle / Ivy
package javax.jmi.model;
import javax.jmi.reflect.*;
@SuppressWarnings("unused")
public interface Reference extends StructuralFeature {
public AssociationEnd getExposedEnd();
public void setExposedEnd(AssociationEnd newValue);
public AssociationEnd getReferencedEnd();
public void setReferencedEnd(AssociationEnd newValue);
}