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