public static enum TargetPlatformFilter.CapabilityType extends Enum<TargetPlatformFilter.CapabilityType>
Enum Constant and Description |
---|
JAVA_PACKAGE |
OSGI_BUNDLE |
P2_INSTALLABLE_UNIT |
Modifier and Type | Method and Description |
---|---|
static TargetPlatformFilter.CapabilityType |
parsePomValue(String typeString) |
static TargetPlatformFilter.CapabilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetPlatformFilter.CapabilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetPlatformFilter.CapabilityType OSGI_BUNDLE
public static final TargetPlatformFilter.CapabilityType JAVA_PACKAGE
public static final TargetPlatformFilter.CapabilityType P2_INSTALLABLE_UNIT
public static TargetPlatformFilter.CapabilityType[] values()
for (TargetPlatformFilter.CapabilityType c : TargetPlatformFilter.CapabilityType.values()) System.out.println(c);
public static TargetPlatformFilter.CapabilityType 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 nullpublic static TargetPlatformFilter.CapabilityType parsePomValue(String typeString)
Copyright © 2008-2016 Eclipse Foundation. All Rights Reserved.