![JAR search and dependency download from the Maven repository](/logo.png)
javax.jmi.reflect.RefStruct Maven / Gradle / Ivy
package javax.jmi.reflect;
import java.util.List;
import java.io.Serializable;
@SuppressWarnings("rawtypes")
public interface RefStruct extends Serializable {
public List refFieldNames();
public Object refGetValue(String fieldName);
public List refTypeName();
public boolean equals(Object other);
public int hashCode();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy