
net.java.html.lib.knockout.AMDModule Maven / Gradle / Ivy
package net.java.html.lib.knockout;
public class AMDModule extends net.java.html.lib.Objs {
protected AMDModule(net.java.html.lib.Objs.Constructor> c, java.lang.Object js) {
super(c, js);
}
private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
$Constructor() {
super(AMDModule.class);
}
@Override
public AMDModule create(java.lang.Object obj) {
return obj == null ? null : new AMDModule(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static AMDModule $as(java.lang.Object obj) {
return $AS.create(obj);
}
public net.java.html.lib.Objs.Property require = net.java.html.lib.Objs.Property.create(this, java.lang.String.class, "require");
public java.lang.String require() { return require.get(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy