Uses of Class
jnr.posix.AixPOSIX.FlockFlags
-
Packages that use AixPOSIX.FlockFlags Package Description jnr.posix -
-
Uses of AixPOSIX.FlockFlags in jnr.posix
Methods in jnr.posix that return AixPOSIX.FlockFlags Modifier and Type Method Description static AixPOSIX.FlockFlags
AixPOSIX.FlockFlags. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AixPOSIX.FlockFlags[]
AixPOSIX.FlockFlags. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-