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.LifeCycleStatusMutatorProvides a mutator for aLifeCycleStatusproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLifeCycleStatus(LifeCycleStatus aLifeCycle)Sets theLifeCycleStatusproperty for the property.
-
-
-
Method Detail
-
setLifeCycleStatus
void setLifeCycleStatus(LifeCycleStatus aLifeCycle)
Sets theLifeCycleStatusproperty for the property.- Parameters:
aLifeCycle- TheLifeCycleStatusproperty to be stored by the property.
-
-