java.io.Serializable, java.lang.Comparable<NativeIO.POSIX.SupportState>public static enum NativeIO.POSIX.SupportState extends java.lang.Enum<NativeIO.POSIX.SupportState>
| Enum Constant | Description |
|---|---|
PMDK_LIB_NOT_FOUND |
|
SUPPORTED |
|
UNSUPPORTED |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getMessage() |
|
int |
getStateCode() |
|
static NativeIO.POSIX.SupportState |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NativeIO.POSIX.SupportState[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeIO.POSIX.SupportState UNSUPPORTED
public static final NativeIO.POSIX.SupportState PMDK_LIB_NOT_FOUND
public static final NativeIO.POSIX.SupportState SUPPORTED
public static NativeIO.POSIX.SupportState[] values()
for (NativeIO.POSIX.SupportState c : NativeIO.POSIX.SupportState.values()) System.out.println(c);
public static NativeIO.POSIX.SupportState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getStateCode()
public java.lang.String getMessage()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.