Uses of Class
org.cyclonedx.model.LifecycleChoice.Phase
-
Packages that use LifecycleChoice.Phase Package Description org.cyclonedx.model -
-
Uses of LifecycleChoice.Phase in org.cyclonedx.model
Fields in org.cyclonedx.model declared as LifecycleChoice.Phase Modifier and Type Field Description private LifecycleChoice.PhaseLifecycleChoice. phaseMethods in org.cyclonedx.model that return LifecycleChoice.Phase Modifier and Type Method Description static LifecycleChoice.PhaseLifecycleChoice.Phase. fromString(java.lang.String value)LifecycleChoice.PhaseLifecycleChoice. getPhase()static LifecycleChoice.PhaseLifecycleChoice.Phase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LifecycleChoice.Phase[]LifecycleChoice.Phase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model with parameters of type LifecycleChoice.Phase Modifier and Type Method Description voidLifecycleChoice. setPhase(LifecycleChoice.Phase phase)
-