public static enum NutsStreamOrPath.Type extends Enum<NutsStreamOrPath.Type>
| Enum Constant and Description |
|---|
DESCRIPTOR |
INPUT_STREAM |
NUTS_PRINT_STREAM |
OUTPUT_STREAM |
PATH |
| Modifier and Type | Method and Description |
|---|---|
static NutsStreamOrPath.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NutsStreamOrPath.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NutsStreamOrPath.Type PATH
public static final NutsStreamOrPath.Type INPUT_STREAM
public static final NutsStreamOrPath.Type OUTPUT_STREAM
public static final NutsStreamOrPath.Type NUTS_PRINT_STREAM
public static final NutsStreamOrPath.Type DESCRIPTOR
public static NutsStreamOrPath.Type[] values()
for (NutsStreamOrPath.Type c : NutsStreamOrPath.Type.values()) System.out.println(c);
public static NutsStreamOrPath.Type 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 © 2022 vpc open source initiative. All rights reserved.