Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/net/Authenticator_S_RequestorType_static.fz


# Fuzion interface to static members of Java class 'java.net.Authenticator$RequestorType'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.net.Authenticator_S_RequestorType_static is

  # call Java static method 'public static java.net.Authenticator$RequestorType java.net.Authenticator$RequestorType.valueOf(java.lang.String)':
  #
  public valueOf_Ljava_7_lang_7_String_s_(arg0 String) Java.java.net.Authenticator_S_RequestorType =>
    fuzion.java.call_static (Java.java.net.Authenticator_S_RequestorType) "java.net.Authenticator\$RequestorType" "valueOf" "(Ljava/lang/String;)Ljava/net/Authenticator\$RequestorType;" [(fuzion.java.string_to_java_object Java.java.net.Authenticator_S_RequestorType_static.valueOf_Ljava_7_lang_7_String_s_.this.arg0)]

  # call Java static method 'public static java.net.Authenticator$RequestorType[] java.net.Authenticator$RequestorType.values()':
  #
  public values fuzion.java.Array (Java.java.net.Authenticator_S_RequestorType) =>
    fuzion.java.call_static (fuzion.java.Array (Java.java.net.Authenticator_S_RequestorType)) "java.net.Authenticator\$RequestorType" "values" "()[Ljava/net/Authenticator\$RequestorType;" []

  # short-hand to call Java method 'public static java.net.Authenticator$RequestorType java.net.Authenticator$RequestorType.valueOf(java.lang.String)':
  #
  public valueOf(arg0 String) (Java.java.net.Authenticator_S_RequestorType) =>
    valueOf_Ljava_7_lang_7_String_s_ Java.java.net.Authenticator_S_RequestorType_static.valueOf.this.arg0

  # read static Java field 'public static final java.net.Authenticator$RequestorType java.net.Authenticator$RequestorType.PROXY':
  #
  public PROXY Java.java.net.Authenticator_S_RequestorType =>
    fuzion.java.get_static_field (Java.java.net.Authenticator_S_RequestorType) "java.net.Authenticator\$RequestorType" "PROXY"

  # read static Java field 'public static final java.net.Authenticator$RequestorType java.net.Authenticator$RequestorType.SERVER':
  #
  public SERVER Java.java.net.Authenticator_S_RequestorType =>
    fuzion.java.get_static_field (Java.java.net.Authenticator_S_RequestorType) "java.net.Authenticator\$RequestorType" "SERVER"