public enum LazyInputStreamStates extends Enum<LazyInputStreamStates>
Modifier and Type | Method and Description |
---|---|
static LazyInputStreamStates |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LazyInputStreamStates[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LazyInputStreamStates PENDING
public static final LazyInputStreamStates OPENED
public static final LazyInputStreamStates CLOSED
public static LazyInputStreamStates[] values()
for (LazyInputStreamStates c : LazyInputStreamStates.values()) System.out.println(c);
public static LazyInputStreamStates 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 nullCopyright © 2010–2020. All rights reserved.