@Deprecated public static enum StreamCapabilities.StreamCapability extends Enum<StreamCapabilities.StreamCapability>
| Enum Constant and Description | 
|---|
HFLUSH
Deprecated.  
  | 
HSYNC
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getValue()
Deprecated.  
  | 
static StreamCapabilities.StreamCapability | 
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final String getValue()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.