Package com.helger.commons.state
package com.helger.commons.state
-
ClassDescriptionChangeWithValue<DATATYPE>Wraps a change indicator and an arbitrary value.Small enum for setter method to identify whether a value has changed or not.Small enum for manager actions to indicate continue or break states.Small enum for setter method to identify whether an object is enabled or not.Small enum to identify whether we reached end of input or not.Small enum to identify whether something was handled or not.Small enum for setter method to identify whether a value has changed or not.Small enum for left and rightSmall enum for setter method to identify whether a value is mandatory or not.Small enum for manager actions to indicate success or failure.Small enum for top and bottomRepresents an object that has one of 3 different states compared to a boolean that has only 2 different states.Small enum for checks to indicate valid or invalid.Very simple interface for an object that has changed/unchanged indication.Basic interface for the common action of resetting an objects contents to the initial state.Interface of an object, which may be closed and can be checked if it is closed.Very simple interface for an object that has continue/break indication.Simple interface for all objects that can be enabled and disabled.Very simple interface for an object that has error/noError indication.Very simple interface for an object that has handled indication.Very simple interface for an object that has interrupted indication.Very simple interface for an object that has left/right indication.Very simple interface for an object that has mandatory/optional indication.Marker interface to indicate that something can be stopped.Very simple interface for an object that has success/failure indication.Very simple interface for an object that has top/bottom indication.Base interface for the tri state.Very simple interface for an object that has valid/invalid indication.SuccessWithValue<DATATYPE>Wraps a success indicator and an arbitrary value.