public static enum Frame.StreamType extends java.lang.Enum<Frame.StreamType>
| Enum Constant and Description |
|---|
RAW |
STDERR |
STDIN |
STDOUT |
SYSTEMERR |
| Modifier and Type | Method and Description |
|---|---|
byte |
getStreamTypeId() |
static Frame.StreamType |
valueOf(byte b) |
static Frame.StreamType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Frame.StreamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Frame.StreamType RAW
public static final Frame.StreamType STDIN
public static final Frame.StreamType STDOUT
public static final Frame.StreamType STDERR
public static final Frame.StreamType SYSTEMERR
public static Frame.StreamType[] values()
for (Frame.StreamType c : Frame.StreamType.values()) System.out.println(c);
public static Frame.StreamType 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 static Frame.StreamType valueOf(byte b)
public byte getStreamTypeId()