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