|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Fcntl>
com.kenai.constantine.platform.Fcntl
@Deprecated public enum Fcntl
| Enum Constant Summary | |
|---|---|
__UNKNOWN_CONSTANT__
Deprecated. |
|
F_ADDSIGS
Deprecated. |
|
F_ALLOCATEALL
Deprecated. |
|
F_ALLOCATECONTIG
Deprecated. |
|
F_CHKCLEAN
Deprecated. |
|
F_DUPFD
Deprecated. |
|
F_FREEZE_FS
Deprecated. |
|
F_FULLFSYNC
Deprecated. |
|
F_GETFD
Deprecated. |
|
F_GETFL
Deprecated. |
|
F_GETLK
Deprecated. |
|
F_GETOWN
Deprecated. |
|
F_GETPATH
Deprecated. |
|
F_GLOBAL_NOCACHE
Deprecated. |
|
F_LOG2PHYS
Deprecated. |
|
F_MARKDEPENDENCY
Deprecated. |
|
F_NOCACHE
Deprecated. |
|
F_PATHPKG_CHECK
Deprecated. |
|
F_PREALLOCATE
Deprecated. |
|
F_RDADVISE
Deprecated. |
|
F_RDAHEAD
Deprecated. |
|
F_RDLCK
Deprecated. |
|
F_READBOOTSTRAP
Deprecated. |
|
F_SETFD
Deprecated. |
|
F_SETFL
Deprecated. |
|
F_SETLK
Deprecated. |
|
F_SETLKW
Deprecated. |
|
F_SETOWN
Deprecated. |
|
F_SETSIZE
Deprecated. |
|
F_THAW_FS
Deprecated. |
|
F_UNLCK
Deprecated. |
|
F_WRITEBOOTSTRAP
Deprecated. |
|
F_WRLCK
Deprecated. |
|
| Method Summary | |
|---|---|
String |
description()
Deprecated. |
int |
intValue()
Deprecated. |
long |
longValue()
Deprecated. |
String |
toString()
Deprecated. |
int |
value()
Deprecated. |
static Fcntl |
valueOf(int value)
Deprecated. |
static Fcntl |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static Fcntl[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jnr.constants.Constant |
|---|
name |
| Enum Constant Detail |
|---|
public static final Fcntl F_DUPFD
public static final Fcntl F_GETFD
public static final Fcntl F_SETFD
public static final Fcntl F_GETFL
public static final Fcntl F_SETFL
public static final Fcntl F_GETOWN
public static final Fcntl F_SETOWN
public static final Fcntl F_GETLK
public static final Fcntl F_SETLK
public static final Fcntl F_SETLKW
public static final Fcntl F_CHKCLEAN
public static final Fcntl F_PREALLOCATE
public static final Fcntl F_SETSIZE
public static final Fcntl F_RDADVISE
public static final Fcntl F_RDAHEAD
public static final Fcntl F_READBOOTSTRAP
public static final Fcntl F_WRITEBOOTSTRAP
public static final Fcntl F_NOCACHE
public static final Fcntl F_LOG2PHYS
public static final Fcntl F_GETPATH
public static final Fcntl F_FULLFSYNC
public static final Fcntl F_PATHPKG_CHECK
public static final Fcntl F_FREEZE_FS
public static final Fcntl F_THAW_FS
public static final Fcntl F_GLOBAL_NOCACHE
public static final Fcntl F_ADDSIGS
public static final Fcntl F_MARKDEPENDENCY
public static final Fcntl F_RDLCK
public static final Fcntl F_UNLCK
public static final Fcntl F_WRLCK
public static final Fcntl F_ALLOCATECONTIG
public static final Fcntl F_ALLOCATEALL
public static final Fcntl __UNKNOWN_CONSTANT__
| Method Detail |
|---|
public static Fcntl[] values()
for (Fcntl c : Fcntl.values()) System.out.println(c);
public static Fcntl valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic final int value()
public final int intValue()
intValue in interface Constantpublic final long longValue()
longValue in interface Constantpublic final String description()
public final String toString()
toString in class Enum<Fcntl>public static final Fcntl valueOf(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||