public enum swCustomInfoType_e extends java.lang.Enum<swCustomInfoType_e>
Enum Constant and Description |
---|
swCustomInfoDate |
swCustomInfoDouble |
swCustomInfoNumber |
swCustomInfoText |
swCustomInfoUnknown |
swCustomInfoYesOrNo |
Modifier and Type | Method and Description |
---|---|
static swCustomInfoType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swCustomInfoType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swCustomInfoType_e swCustomInfoUnknown
public static final swCustomInfoType_e swCustomInfoText
public static final swCustomInfoType_e swCustomInfoDate
public static final swCustomInfoType_e swCustomInfoNumber
public static final swCustomInfoType_e swCustomInfoDouble
public static final swCustomInfoType_e swCustomInfoYesOrNo
public static swCustomInfoType_e[] values()
for (swCustomInfoType_e c : swCustomInfoType_e.values()) System.out.println(c);
public static swCustomInfoType_e 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 null