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

net.java.html.lib.angular.ISCEProvider Maven / Gradle / Ivy

package net.java.html.lib.angular;
public class ISCEProvider extends IServiceProvider {
  protected ISCEProvider(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(ISCEProvider.class);
    }
    @Override
    public ISCEProvider create(java.lang.Object obj) {
      return obj == null ? null : new ISCEProvider(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ISCEProvider $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public void enabled(java.lang.Boolean value) {
    $Typings$.enabled$415($js(this), value);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy