public static enum ResolverInfo.State extends Enum<ResolverInfo.State>
| Enum Constant and Description |
|---|
Missing |
Pending |
Resolveable |
Unresolveable |
| Modifier and Type | Method and Description |
|---|---|
static ResolverInfo.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolverInfo.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResolverInfo.State Pending
public static final ResolverInfo.State Missing
public static final ResolverInfo.State Unresolveable
public static final ResolverInfo.State Resolveable
public static ResolverInfo.State[] values()
for (ResolverInfo.State c : ResolverInfo.State.values()) System.out.println(c);
public static ResolverInfo.State 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 © 2019 aQute SARL. All rights reserved.