public enum ToIOStypes extends java.lang.Enum<ToIOStypes>
| Enum Constant and Description |
|---|
Boolean |
Double |
Float |
Integer |
Long |
String |
Void |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
fromName(java.lang.String name) |
java.lang.String |
getIosType() |
static ToIOStypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToIOStypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToIOStypes String
public static final ToIOStypes Void
public static final ToIOStypes Boolean
public static final ToIOStypes Integer
public static final ToIOStypes Long
public static final ToIOStypes Float
public static final ToIOStypes Double
public static ToIOStypes[] values()
for (ToIOStypes c : ToIOStypes.values()) System.out.println(c);
public static ToIOStypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getIosType()
public static java.lang.String fromName(java.lang.String name)