All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jmi.model.AttachesTo Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
package javax.jmi.model;

import javax.jmi.reflect.*;

@SuppressWarnings("rawtypes")
public interface AttachesTo extends RefAssociation {
    public boolean exists(ModelElement modelElement, Tag tag);
    public java.util.Collection getModelElement(Tag tag);
    public java.util.List getTag(ModelElement modelElement);
    public boolean add(ModelElement modelElement, Tag tag);
    public boolean remove(ModelElement modelElement, Tag tag);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy