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