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