protected static enum Nano.WriteFormat extends Enum<Nano.WriteFormat>
| Modifier and Type | Method and Description |
|---|---|
static Nano.WriteFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nano.WriteFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nano.WriteFormat UNIX
public static final Nano.WriteFormat DOS
public static final Nano.WriteFormat MAC
public static Nano.WriteFormat[] values()
for (Nano.WriteFormat c : Nano.WriteFormat.values()) System.out.println(c);
public static Nano.WriteFormat 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.