androidStubs.com.ibm.as400.jtopenstubs.javaxnaming.Reference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jt400-jdk8 Show documentation
Show all versions of jt400-jdk8 Show documentation
The Open Source version of the IBM Toolbox for Java
package com.ibm.as400.jtopenstubs.javaxnaming;
import java.util.Enumeration;
public class Reference {
public Reference(String name, String string, Object object) {
// TODO Auto-generated constructor stub
}
public RefAddr get(String string) {
// TODO Auto-generated method stub
return null;
}
public void add(StringRefAddr stringRefAddr) {
// TODO Auto-generated method stub
}
public int size() {
// TODO Auto-generated method stub
return 0;
}
public StringRefAddr get(int i) {
// TODO Auto-generated method stub
return null;
}
public Enumeration getAll() {
// TODO Auto-generated method stub
return null;
}
public Object getClassName() {
// TODO Auto-generated method stub
return null;
}
}