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 LifeCycleRequest
LifeCycleRequestAccessor. getLifeCycleRequest()
Retrieves theLifeCycleRequest
property from the property.static LifeCycleRequest
LifeCycleRequest. valueOf(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 void
LifeCycleRequestAccessor.LifeCycleRequestMutator. setLifeCycleRequest(LifeCycleRequest aLifeCycleRequest)
Sets theLifeCycleRequest
property for the property.
-