Uses of Enum Class
org.refcodes.component.LifecycleRequest
-
Uses of LifecycleRequest in org.refcodes.component
Methods in org.refcodes.component that return LifecycleRequestModifier and TypeMethodDescriptionLifecycleRequestAccessor.getLifecycleRequest()Retrieves theLifecycleRequestproperty from the property.default LifecycleRequestLifecycleRequestAccessor.LifecycleRequestProperty.letLifecycleRequest(LifecycleRequest aLifecycleRequest) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenLifecycleRequest(setter) as ofLifecycleRequestAccessor.LifecycleRequestMutator.setLifecycleRequest(LifecycleRequest)and returns the very same value (getter).static LifecycleRequestReturns the enum constant of this class with the specified name.static LifecycleRequest[]LifecycleRequest.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.component with parameters of type LifecycleRequestModifier and TypeMethodDescriptiondefault LifecycleRequestLifecycleRequestAccessor.LifecycleRequestProperty.letLifecycleRequest(LifecycleRequest aLifecycleRequest) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenLifecycleRequest(setter) as ofLifecycleRequestAccessor.LifecycleRequestMutator.setLifecycleRequest(LifecycleRequest)and returns the very same value (getter).voidLifecycleRequestAccessor.LifecycleRequestMutator.setLifecycleRequest(LifecycleRequest aLifecycleRequest) Sets theLifecycleRequestproperty for the property.