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

Java/sun/nio/fs/ExtendedOptions_static.fz


# Fuzion interface to static members of Java class 'sun.nio.fs.ExtendedOptions'
#
# !!!!!!  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.sun.nio.fs.ExtendedOptions_static is

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.DIRECT':
  #
  public DIRECT Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "DIRECT"

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.FILE_TREE':
  #
  public FILE__TREE Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "FILE_TREE"

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.INTERRUPTIBLE':
  #
  public INTERRUPTIBLE Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "INTERRUPTIBLE"

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.NOSHARE_DELETE':
  #
  public NOSHARE__DELETE Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "NOSHARE_DELETE"

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.NOSHARE_READ':
  #
  public NOSHARE__READ Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "NOSHARE_READ"

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.NOSHARE_WRITE':
  #
  public NOSHARE__WRITE Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "NOSHARE_WRITE"

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.SENSITIVITY_HIGH':
  #
  public SENSITIVITY__HIGH Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "SENSITIVITY_HIGH"

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.SENSITIVITY_LOW':
  #
  public SENSITIVITY__LOW Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "SENSITIVITY_LOW"

  # read static Java field 'public static final sun.nio.fs.ExtendedOptions$InternalOption sun.nio.fs.ExtendedOptions.SENSITIVITY_MEDIUM':
  #
  public SENSITIVITY__MEDIUM Java.sun.nio.fs.ExtendedOptions_S_InternalOption =>
    fuzion.java.get_static_field (Java.sun.nio.fs.ExtendedOptions_S_InternalOption) "sun.nio.fs.ExtendedOptions" "SENSITIVITY_MEDIUM"

  # call Java constructor 'public sun.nio.fs.ExtendedOptions()':
  #
  public new Java.sun.nio.fs.ExtendedOptions =>
    fuzion.java.call_constructor (Java.sun.nio.fs.ExtendedOptions) "sun.nio.fs.ExtendedOptions" "()V" []