protected static enum AnnotationCustomizableTypeExcludeFilter.FilterType extends Enum<AnnotationCustomizableTypeExcludeFilter.FilterType>
| Modifier and Type | Method and Description |
|---|---|
static AnnotationCustomizableTypeExcludeFilter.FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationCustomizableTypeExcludeFilter.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationCustomizableTypeExcludeFilter.FilterType INCLUDE
public static final AnnotationCustomizableTypeExcludeFilter.FilterType EXCLUDE
public static AnnotationCustomizableTypeExcludeFilter.FilterType[] values()
for (AnnotationCustomizableTypeExcludeFilter.FilterType c : AnnotationCustomizableTypeExcludeFilter.FilterType.values()) System.out.println(c);
public static AnnotationCustomizableTypeExcludeFilter.FilterType 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 null