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

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

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

import javax.jmi.reflect.*;

@SuppressWarnings({"unused","rawtypes"})
public interface Namespace extends ModelElement {
    public ModelElement lookupElement(String name) throws NameNotFoundException;
    public ModelElement resolveQualifiedName(java.util.List qualifiedName) throws NameNotResolvedException;
    public java.util.List findElementsByType(MofClass ofType, boolean includeSubtypes);
    public boolean nameIsValid(String proposedName);
    public java.util.List getContents();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy