Module org.refcodes.component
Package org.refcodes.component
Interface LifecycleStatusAccessor.LifecycleStatusMutator
- All Known Subinterfaces:
LifecycleStatusAccessor.LifecycleStatusProperty
- All Known Implementing Classes:
LifecycleMachine.ManualLifecycleMachine
- Enclosing interface:
- LifecycleStatusAccessor
public static interface LifecycleStatusAccessor.LifecycleStatusMutator
Provides a mutator for a
LifecycleStatus property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLifecycleStatus(LifecycleStatus aLifecycle) Sets theLifecycleStatusproperty for the property.
-
Method Details
-
setLifecycleStatus
Sets theLifecycleStatusproperty for the property.- Parameters:
aLifecycle- TheLifecycleStatusproperty to be stored by the property.
-