Uses of Class
org.refcodes.component.LifeCycleRequest
-
-
Uses of LifeCycleRequest in org.refcodes.component
Methods in org.refcodes.component that return LifeCycleRequest Modifier and Type Method Description LifeCycleRequestLifeCycleRequestAccessor. getLifeCycleRequest()Retrieves theLifeCycleRequestproperty from the property.static LifeCycleRequestLifeCycleRequest. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LifeCycleRequest[]LifeCycleRequest. 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 LifeCycleRequest Modifier and Type Method Description voidLifeCycleRequestAccessor.LifeCycleRequestMutator. setLifeCycleRequest(LifeCycleRequest aLifeCycleRequest)Sets theLifeCycleRequestproperty for the property.
-