Uses of Enum Class
com.kenai.constantine.platform.Errno
Packages that use Errno
-
Uses of Errno in com.kenai.constantine.platform
Fields in com.kenai.constantine.platform with type parameters of type ErrnoModifier and TypeFieldDescriptionprivate static final ConstantResolver<Errno>
Errno.resolver
Deprecated.Methods in com.kenai.constantine.platform that return ErrnoModifier and TypeMethodDescriptionstatic final Errno
Errno.valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.static Errno
Deprecated.Returns the enum constant of this class with the specified name.static Errno[]
Errno.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.