public static enum SuppressionCommentFilter.TagType extends Enum<SuppressionCommentFilter.TagType>
| Enum Constant and Description |
|---|
OFF
Switch reporting off.
|
ON
Switch reporting on.
|
| Modifier and Type | Method and Description |
|---|---|
static SuppressionCommentFilter.TagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuppressionCommentFilter.TagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuppressionCommentFilter.TagType ON
public static final SuppressionCommentFilter.TagType OFF
public static SuppressionCommentFilter.TagType[] values()
for (SuppressionCommentFilter.TagType c : SuppressionCommentFilter.TagType.values()) System.out.println(c);
public static SuppressionCommentFilter.TagType 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 © 2001-2017. All Rights Reserved.