Package org.refcodes.component
Interface LifeCycleStatusAccessor
-
- All Known Subinterfaces:
ConfigurableLifeCycleComponent.ConfigurableLifeCycleAutomaton<CTX>,LifeCycleComponent.LifeCycleAutomaton,LifeCycleStatusAccessor.LifeCycleStatusProperty
- All Known Implementing Classes:
ConfigurableLifeCycleAutomatonImpl,LifeCycleAutomatonImpl,LifeCycleAutomatonImpl.ManualLifeCycleAutomatonImpl
public interface LifeCycleStatusAccessorProvides an accessor for aLifeCycleStatusproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLifeCycleStatusAccessor.LifeCycleStatusBuilder<B extends LifeCycleStatusAccessor.LifeCycleStatusBuilder<B>>Provides a builder method for aLifeCycleStatusproperty returning the builder for applying multiple build operations.static interfaceLifeCycleStatusAccessor.LifeCycleStatusMutatorProvides a mutator for aLifeCycleStatusproperty.static interfaceLifeCycleStatusAccessor.LifeCycleStatusPropertyProvides aLifeCycleStatusproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifeCycleStatusgetLifeCycleStatus()Retrieves theLifeCycleStatusproperty from the property.
-
-
-
Method Detail
-
getLifeCycleStatus
LifeCycleStatus getLifeCycleStatus()
Retrieves theLifeCycleStatusproperty from the property. Determines in whichLifeCycleStatusstatus a component is in.- Returns:
- Returns the
LifeCycleStatusproperty stored by the property.
-
-