public static enum Verifier.ActivatorErrorType extends Enum<Verifier.ActivatorErrorType>
Enum Constant and Description |
---|
DEFAULT_PACKAGE |
IS_ABSTRACT |
IS_IMPORTED |
IS_INTERFACE |
NO_SUITABLE_CONSTRUCTOR |
NOT_ACCESSIBLE |
NOT_AN_ACTIVATOR |
NOT_PUBLIC |
Modifier and Type | Method and Description |
---|---|
static Verifier.ActivatorErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verifier.ActivatorErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Verifier.ActivatorErrorType IS_INTERFACE
public static final Verifier.ActivatorErrorType IS_ABSTRACT
public static final Verifier.ActivatorErrorType NOT_PUBLIC
public static final Verifier.ActivatorErrorType NO_SUITABLE_CONSTRUCTOR
public static final Verifier.ActivatorErrorType NOT_AN_ACTIVATOR
public static final Verifier.ActivatorErrorType DEFAULT_PACKAGE
public static final Verifier.ActivatorErrorType NOT_ACCESSIBLE
public static final Verifier.ActivatorErrorType IS_IMPORTED
public static Verifier.ActivatorErrorType[] values()
for (Verifier.ActivatorErrorType c : Verifier.ActivatorErrorType.values()) System.out.println(c);
public static Verifier.ActivatorErrorType 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 © 2015 aQute SARL. All rights reserved.