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

net.java.html.lib.angular.ng.ISCEDelegateService Maven / Gradle / Ivy

package net.java.html.lib.angular.ng;
public class ISCEDelegateService extends net.java.html.lib.Objs {
  protected ISCEDelegateService(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(ISCEDelegateService.class);
    }
    @Override
    public ISCEDelegateService create(java.lang.Object obj) {
      return obj == null ? null : new ISCEDelegateService(this, obj);
    }
  };
  private static final $Constructor $AS = new $Constructor();
  public static ISCEDelegateService $as(java.lang.Object obj) {
    return $AS.create(obj);
  }
  public java.lang.Object getTrusted(java.lang.String type, java.lang.Object mayBeTrusted) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.getTrusted$505($js(this), type, /* AnyKeyword*/$js(mayBeTrusted)));
  }
  public java.lang.Object trustAs(java.lang.String type, java.lang.Object value) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.trustAs$506($js(this), type, /* AnyKeyword*/$js(value)));
  }
  public java.lang.Object valueOf(java.lang.Object value) {
    return net.java.html.lib.Objs.$as(java.lang.Object.class, $Typings$.valueOf$507($js(this), /* AnyKeyword*/$js(value)));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy