java.io.Serializable, java.lang.Comparable<OpenFilesIterator.OpenFilesType>public static enum OpenFilesIterator.OpenFilesType extends java.lang.Enum<OpenFilesIterator.OpenFilesType>
| Enum Constant | Description |
|---|---|
ALL_OPEN_FILES |
|
BLOCKING_DECOMMISSION |
| Modifier and Type | Method | Description |
|---|---|---|
short |
getMode() |
|
static OpenFilesIterator.OpenFilesType |
valueOf(short num) |
Returns the enum constant of this type with the specified name.
|
static OpenFilesIterator.OpenFilesType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static OpenFilesIterator.OpenFilesType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenFilesIterator.OpenFilesType ALL_OPEN_FILES
public static final OpenFilesIterator.OpenFilesType BLOCKING_DECOMMISSION
public static OpenFilesIterator.OpenFilesType[] values()
for (OpenFilesIterator.OpenFilesType c : OpenFilesIterator.OpenFilesType.values()) System.out.println(c);
public static OpenFilesIterator.OpenFilesType 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 short getMode()
public static OpenFilesIterator.OpenFilesType valueOf(short num)
num - 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 nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.