Module org.refcodes.component
Package org.refcodes.component
Interface LifeCycleStatusAccessor.LifeCycleStatusMutator
- All Known Subinterfaces:
LifeCycleStatusAccessor.LifeCycleStatusProperty
- All Known Implementing Classes:
LifeCycleAutomatonImpl.ManualLifeCycleAutomatonImpl
- Enclosing interface:
- LifeCycleStatusAccessor
public static interface LifeCycleStatusAccessor.LifeCycleStatusMutator
Provides a mutator for a
LifeCycleStatus property.-
Method Summary
Modifier and Type Method Description voidsetLifeCycleStatus(LifeCycleStatus aLifeCycle)Sets theLifeCycleStatusproperty for the property.
-
Method Details
-
setLifeCycleStatus
Sets theLifeCycleStatusproperty for the property.- Parameters:
aLifeCycle- TheLifeCycleStatusproperty to be stored by the property.
-