Uses of Interface
com.helger.commons.state.IChangeIndicator
Packages that use IChangeIndicator
-
Uses of IChangeIndicator in com.helger.commons.state
Classes in com.helger.commons.state that implement IChangeIndicatorModifier and TypeClassDescriptionclassChangeWithValue<DATATYPE>Wraps a change indicator and an arbitrary value.enumSmall enum for setter method to identify whether a value has changed or not.Methods in com.helger.commons.state with parameters of type IChangeIndicatorModifier and TypeMethodDescriptiondefault EChangeIChangeIndicator.and(IChangeIndicator aChange) default EChangeIChangeIndicator.or(IChangeIndicator aChange) static EChangeEChange.valueOf(IChangeIndicator aChangeIndicator) Returns the enum constant of this type with the specified name.static ESuccessESuccess.valueOfChange(IChangeIndicator aChange) Constructors in com.helger.commons.state with parameters of type IChangeIndicatorModifierConstructorDescriptionChangeWithValue(IChangeIndicator aChangeIndicator, DATATYPE aObj) Constructor