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

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

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

import java.util.Collection;

@SuppressWarnings("rawtypes")
public interface RefBaseObject {
    public RefObject refMetaObject();
    public RefPackage refImmediatePackage();
    public RefPackage refOutermostPackage();
    public String refMofId();
    public Collection refVerifyConstraints(boolean deepVerify);
    public boolean equals(Object other);
    public int hashCode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy