public static enum LifecycleChoice.Phase extends Enum<LifecycleChoice.Phase>
Enum Constant and Description |
---|
BUILD |
DECOMMISSION |
DESIGN |
DISCOVERY |
OPERATIONS |
POST_BUILD |
PRE_BUILD |
Modifier and Type | Method and Description |
---|---|
static LifecycleChoice.Phase |
fromString(String value) |
String |
getPhaseName() |
static LifecycleChoice.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleChoice.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifecycleChoice.Phase DESIGN
public static final LifecycleChoice.Phase PRE_BUILD
public static final LifecycleChoice.Phase BUILD
public static final LifecycleChoice.Phase POST_BUILD
public static final LifecycleChoice.Phase OPERATIONS
public static final LifecycleChoice.Phase DISCOVERY
public static final LifecycleChoice.Phase DECOMMISSION
public static LifecycleChoice.Phase[] values()
for (LifecycleChoice.Phase c : LifecycleChoice.Phase.values()) System.out.println(c);
public static LifecycleChoice.Phase 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 getPhaseName()
public static LifecycleChoice.Phase fromString(String value)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.