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