@StableMinor(version="12.3", sinceVersion="7.1") public enum ComponentStatus extends Enum<ComponentStatus>
Component
status.IComponent.getStatus()
Enum Constant and Description |
---|
DEPLOYED
Indicates the component is deployed.
|
DEPLOYING
Indicates the component is being deployed.
|
UNDEPLOYING
Indicates the component is being undeployed.
|
UPGRADING
Indicates the component is being upgraded.
|
Modifier and Type | Method and Description |
---|---|
static ComponentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComponentStatus DEPLOYING
public static final ComponentStatus DEPLOYED
public static final ComponentStatus UPGRADING
public static final ComponentStatus UNDEPLOYING
public static ComponentStatus[] values()
for (ComponentStatus c : ComponentStatus.values()) System.out.println(c);
public static ComponentStatus 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 nullLumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.