Uses of Class
org.refcodes.component.LifeCycleStatus
-
-
Uses of LifeCycleStatus in org.refcodes.component
Methods in org.refcodes.component that return LifeCycleStatus Modifier and Type Method Description LifeCycleStatusConfigurableLifeCycleAutomatonImpl. getLifeCycleStatus()Retrieves theLifeCycleStatusproperty from the property.LifeCycleStatusLifeCycleAutomatonImpl. getLifeCycleStatus()Retrieves theLifeCycleStatusproperty from the property.LifeCycleStatusLifeCycleStatusAccessor. getLifeCycleStatus()Retrieves theLifeCycleStatusproperty from the property.LifeCycleStatusLifeCycleStatusHandle. getLifeCycleStatus(H aHandle)Retrieves theLifeCycleStatusrelated to the given handle.static LifeCycleStatusLifeCycleStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LifeCycleStatus[]LifeCycleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.component with parameters of type LifeCycleStatus Modifier and Type Method Description voidLifeCycleAutomatonImpl.ManualLifeCycleAutomatonImpl. setLifeCycleStatus(LifeCycleStatus aStatus)Method to force anyLifeCycleStatusto be set with no rules being applied.protected voidLifeCycleAutomatonImpl. setLifeCycleStatus(LifeCycleStatus aStatus)Provides means to set theLifeCycleStatusmanually.voidLifeCycleStatusAccessor.LifeCycleStatusMutator. setLifeCycleStatus(LifeCycleStatus aLifeCycle)Sets theLifeCycleStatusproperty for the property.BLifeCycleStatusAccessor.LifeCycleStatusBuilder. withLifeCycleStatus(LifeCycleStatus aLifeCycleStatus)Sets theLifeCycleStatusfor the property.
-