protected static enum AbstractComponentManager.State extends Enum<AbstractComponentManager.State>
Enum Constant and Description |
---|
active |
disabled |
disposed |
satisfied |
unsatisfiedReference |
Modifier and Type | Method and Description |
---|---|
int |
getSpecState() |
boolean |
isActive() |
boolean |
isEnabled() |
boolean |
isSatisfied() |
static AbstractComponentManager.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractComponentManager.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractComponentManager.State disposed
public static final AbstractComponentManager.State disabled
public static final AbstractComponentManager.State unsatisfiedReference
public static final AbstractComponentManager.State satisfied
public static final AbstractComponentManager.State active
public static AbstractComponentManager.State[] values()
for (AbstractComponentManager.State c : AbstractComponentManager.State.values()) System.out.println(c);
public static AbstractComponentManager.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 nullpublic int getSpecState()
public boolean isEnabled()
public boolean isSatisfied()
public boolean isActive()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.