Enum Class Fcntl

java.lang.Object
java.lang.Enum<Fcntl>
com.kenai.constantine.platform.Fcntl
All Implemented Interfaces:
Constant, Serializable, Comparable<Fcntl>, Constable, Constant

@Deprecated public enum Fcntl extends Enum<Fcntl> implements Constant
Deprecated.
  • Enum Constant Details

    • F_DUPFD

      public static final Fcntl F_DUPFD
      Deprecated.
    • F_GETFD

      public static final Fcntl F_GETFD
      Deprecated.
    • F_SETFD

      public static final Fcntl F_SETFD
      Deprecated.
    • F_GETFL

      public static final Fcntl F_GETFL
      Deprecated.
    • F_SETFL

      public static final Fcntl F_SETFL
      Deprecated.
    • F_GETOWN

      public static final Fcntl F_GETOWN
      Deprecated.
    • F_SETOWN

      public static final Fcntl F_SETOWN
      Deprecated.
    • F_GETLK

      public static final Fcntl F_GETLK
      Deprecated.
    • F_SETLK

      public static final Fcntl F_SETLK
      Deprecated.
    • F_SETLKW

      public static final Fcntl F_SETLKW
      Deprecated.
    • F_CHKCLEAN

      public static final Fcntl F_CHKCLEAN
      Deprecated.
    • F_PREALLOCATE

      public static final Fcntl F_PREALLOCATE
      Deprecated.
    • F_SETSIZE

      public static final Fcntl F_SETSIZE
      Deprecated.
    • F_RDADVISE

      public static final Fcntl F_RDADVISE
      Deprecated.
    • F_RDAHEAD

      public static final Fcntl F_RDAHEAD
      Deprecated.
    • F_READBOOTSTRAP

      public static final Fcntl F_READBOOTSTRAP
      Deprecated.
    • F_WRITEBOOTSTRAP

      public static final Fcntl F_WRITEBOOTSTRAP
      Deprecated.
    • F_NOCACHE

      public static final Fcntl F_NOCACHE
      Deprecated.
    • F_LOG2PHYS

      public static final Fcntl F_LOG2PHYS
      Deprecated.
    • F_GETPATH

      public static final Fcntl F_GETPATH
      Deprecated.
    • F_FULLFSYNC

      public static final Fcntl F_FULLFSYNC
      Deprecated.
    • F_PATHPKG_CHECK

      public static final Fcntl F_PATHPKG_CHECK
      Deprecated.
    • F_FREEZE_FS

      public static final Fcntl F_FREEZE_FS
      Deprecated.
    • F_THAW_FS

      public static final Fcntl F_THAW_FS
      Deprecated.
    • F_GLOBAL_NOCACHE

      public static final Fcntl F_GLOBAL_NOCACHE
      Deprecated.
    • F_ADDSIGS

      public static final Fcntl F_ADDSIGS
      Deprecated.
    • F_MARKDEPENDENCY

      public static final Fcntl F_MARKDEPENDENCY
      Deprecated.
    • F_RDLCK

      public static final Fcntl F_RDLCK
      Deprecated.
    • F_UNLCK

      public static final Fcntl F_UNLCK
      Deprecated.
    • F_WRLCK

      public static final Fcntl F_WRLCK
      Deprecated.
    • F_ALLOCATECONTIG

      public static final Fcntl F_ALLOCATECONTIG
      Deprecated.
    • F_ALLOCATEALL

      public static final Fcntl F_ALLOCATEALL
      Deprecated.
    • __UNKNOWN_CONSTANT__

      public static final Fcntl __UNKNOWN_CONSTANT__
      Deprecated.
  • Field Details

  • Constructor Details

    • Fcntl

      private Fcntl()
      Deprecated.
  • Method Details

    • values

      public static Fcntl[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Fcntl valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public final int value()
      Deprecated.
      Specified by:
      value in interface Constant
    • intValue

      public final int intValue()
      Deprecated.
      Specified by:
      intValue in interface Constant
    • longValue

      public final long longValue()
      Deprecated.
      Specified by:
      longValue in interface Constant
    • description

      public final String description()
      Deprecated.
    • defined

      public final boolean defined()
      Deprecated.
      Specified by:
      defined in interface Constant
    • toString

      public final String toString()
      Deprecated.
      Overrides:
      toString in class Enum<Fcntl>
    • valueOf

      public static final Fcntl valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null