public static enum TargetPlatformFilter.FilterAction extends Enum<TargetPlatformFilter.FilterAction>
Enum Constant and Description |
---|
REMOVE_ALL |
RESTRICT |
Modifier and Type | Method and Description |
---|---|
static TargetPlatformFilter.FilterAction |
valueOf(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(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 © 2008–2020 Eclipse Foundation. All rights reserved.