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

javax.jmi.model.CanRaise 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 CanRaise extends RefAssociation {
    public boolean exists(Operation operation, MofException except);
    public java.util.Collection getOperation(MofException except);
    public java.util.List getExcept(Operation operation);
    public boolean add(Operation operation, MofException except);
    public boolean remove(Operation operation, MofException except);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy