public enum CapabilityType extends Enum<CapabilityType>
Modifier and Type | Method and Description |
---|---|
static CapabilityType |
getForTypeName(String typeName) |
String |
getTypeName() |
static CapabilityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityType PACKAGE
public static final CapabilityType EE
public static final CapabilityType BUNDLE
public static final CapabilityType MODE
public static final CapabilityType OTHER
public static CapabilityType[] values()
for (CapabilityType c : CapabilityType.values()) System.out.println(c);
public static 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 String getTypeName()
public static CapabilityType getForTypeName(String typeName)
IllegalArgumentException
Copyright © 2014 aQute SARL. All rights reserved.