Enum Fcntl

  • All Implemented Interfaces:
    Constant, java.io.Serializable, java.lang.Comparable<Fcntl>, Constant

    @Deprecated
    public enum Fcntl
    extends java.lang.Enum<Fcntl>
    implements Constant
    Deprecated.
    • Enum Constant Detail

      • 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.
    • Method Detail

      • values

        public static Fcntl[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Fcntl c : Fcntl.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Fcntl valueOf​(java.lang.String name)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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 java.lang.String description()
        Deprecated.
      • defined

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

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

        public static final Fcntl valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null