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

javax.jmi.reflect.RefObject Maven / Gradle / Ivy

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

public interface RefObject extends RefFeatured {
    public boolean refIsInstanceOf(RefObject objType, boolean considerSubtypes);
    public RefClass refClass();
    public RefFeatured refImmediateComposite();
    public RefFeatured refOutermostComposite();
    public void refDelete();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy