public static enum TargetPlatformFilter.CapabilityType extends java.lang.Enum<TargetPlatformFilter.CapabilityType>
| Enum Constant and Description |
|---|
JAVA_PACKAGE |
OSGI_BUNDLE |
P2_INSTALLABLE_UNIT |
| Modifier and Type | Method and Description |
|---|---|
static TargetPlatformFilter.CapabilityType |
parsePomValue(java.lang.String typeString) |
static TargetPlatformFilter.CapabilityType |
valueOf(java.lang.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(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 nullpublic static TargetPlatformFilter.CapabilityType parsePomValue(java.lang.String typeString)