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