public enum swAdvSelectType_e extends java.lang.Enum<swAdvSelectType_e>
Modifier and Type | Method and Description |
---|---|
static swAdvSelectType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swAdvSelectType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swAdvSelectType_e swAdvSelectType_And
public static final swAdvSelectType_e swAdvSelectType_Or
public static final swAdvSelectType_e swAdvSelectType_Is_Yes
public static final swAdvSelectType_e swAdvSelectType_Is_No
public static final swAdvSelectType_e swAdvSelectType_Is_Not
public static final swAdvSelectType_e swAdvSelectType_Contains
public static final swAdvSelectType_e swAdvSelectType_Is_Ccontained_By
public static final swAdvSelectType_e swAdvSelectType_Interferes_With
public static final swAdvSelectType_e swAdvSelectType_Does_Not_Interferes_With
public static final swAdvSelectType_e swAdvSelectType_Is_Exactly
public static final swAdvSelectType_e swAdvSelectType_Is_Not_Equal
public static final swAdvSelectType_e swAdvSelectType_Less_Than
public static final swAdvSelectType_e swAdvSelectType_Less_Than_OR_Equal
public static final swAdvSelectType_e swAdvSelectType_Equals
public static final swAdvSelectType_e swAdvSelectType_Greater_Than_OR_Equal
public static final swAdvSelectType_e swAdvSelectType_Greater_Than
public static swAdvSelectType_e[] values()
for (swAdvSelectType_e c : swAdvSelectType_e.values()) System.out.println(c);
public static swAdvSelectType_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