public enum Smf6Subsystem extends Enum<Smf6Subsystem>
Enum Constant and Description |
---|
externalWriter |
ipPrintway |
jes2 |
jes3 |
psf |
Modifier and Type | Method and Description |
---|---|
static Smf6Subsystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Smf6Subsystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Smf6Subsystem externalWriter
public static final Smf6Subsystem jes2
public static final Smf6Subsystem jes3
public static final Smf6Subsystem psf
public static final Smf6Subsystem ipPrintway
public static Smf6Subsystem[] values()
for (Smf6Subsystem c : Smf6Subsystem.values()) System.out.println(c);
public static Smf6Subsystem 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 Black Hill Software Pty Ltd. All rights reserved.