Uses of Enum Class
com.helger.base.state.EChange
Packages that use EChange
Package
Description
-
Uses of EChange in com.helger.base.callback
Methods in com.helger.base.callback that return EChangeModifier and TypeMethodDescription@NonNull EChangeCallbackList.add(@NonNull CALLBACKTYPE aCallback) Add a callback.final @NonNull EChangeCallbackList.addAll(@NonNull CALLBACKTYPE... aCallbacks) Add an array of elements to this collection.@NonNull EChangeCallbackList.removeAll()Remove all callbacks@NonNull EChangeCallbackList.removeObject(@Nullable CALLBACKTYPE aCallback) Remove the specified callback@NonNull EChangeCallbackList.set(@NonNull CALLBACKTYPE aCallback) Clear all elements and add only the passed value.@NonNull EChangeCallbackList.set(@NonNull CallbackList<CALLBACKTYPE> rhs) Clear all elements and add all provided values. -
Uses of EChange in com.helger.base.id.factory
Methods in com.helger.base.id.factory that return EChangeModifier and TypeMethodDescriptionstatic @NonNull EChangeGlobalIDFactory.setIntIDFactory(@Nullable IIntIDFactory aFactory) Set the non-persistent int ID factory.static @NonNull EChangeGlobalIDFactory.setLongIDFactory(@Nullable ILongIDFactory aFactory) Set the non-persistent long ID factory.static @NonNull EChangeGlobalIDFactory.setPersistentIntIDFactory(@Nullable IIntIDFactory aFactory) Set the persistent int ID factory.static @NonNull EChangeGlobalIDFactory.setPersistentLongIDFactory(@Nullable ILongIDFactory aFactory) Set the persistent long ID factory.static @NonNull EChangeGlobalIDFactory.setPersistentStringIDFactory(@Nullable IStringIDFactory aFactory) Set the persistent string ID factory.static @NonNull EChangeGlobalIDFactory.setStringIDFactory(@Nullable IStringIDFactory aFactory) Set the non-persistent string ID factory. -
Uses of EChange in com.helger.base.lang
Methods in com.helger.base.lang that return EChangeModifier and TypeMethodDescriptionstatic @NonNull EChangeEnumHelper.clearCache()Clear the internal int ID enum cache. -
Uses of EChange in com.helger.base.numeric.mutable
Methods in com.helger.base.numeric.mutable that return EChangeModifier and TypeMethodDescription@NonNull EChangeMutableBigDecimal.set(double dDelta) Set a new value.@NonNull EChangeMutableBigDecimal.set(long nDelta) Set a new value.@NonNull EChangeMutableBigDecimal.set(@NonNull MutableBigDecimal aValue) Set a new value.@NonNull EChangeMutableBigDecimal.set(@NonNull BigDecimal aValue) Set a new value.@NonNull EChangeMutableBigInteger.set(long nDelta) Set a new value.@NonNull EChangeMutableBigInteger.set(@NonNull MutableBigInteger aValue) Set a new value.@NonNull EChangeMutableBigInteger.set(@NonNull BigInteger aValue) Set a new value.@NonNull EChangeMutableBoolean.set(boolean bValue) Set a new value.@NonNull EChangeMutableBoolean.set(@NonNull MutableBoolean aValue) Set a new value.@NonNull EChangeSet a new value.@NonNull EChangeMutableByte.set(byte nValue) Set a new value.@NonNull EChangeMutableByte.set(int nValue) Set a new value.@NonNull EChangeSet a new value.@NonNull EChangeMutableChar.set(char cValue) Set a new value.@NonNull EChangeMutableChar.set(int cValue) Set a new value.@NonNull EChangeMutableChar.set(@NonNull MutableChar aMC) Set a new value.@NonNull EChangeMutableDouble.set(double dValue) Set a new value.@NonNull EChangeSet a new value.@NonNull EChangeMutableFloat.set(float fValue) Set a new value.@NonNull EChangeSet a new value.@NonNull EChangeMutableInt.set(int nValue) Set a new value.@NonNull EChangeSet a new value.@NonNull EChangeMutableLong.set(long nValue) Set a new value.@NonNull EChangeSet a new value.@NonNull EChangeMutableShort.set(int nValue) Set a new value.@NonNull EChangeMutableShort.set(short nValue) Set a new value.@NonNull EChangeSet a new value. -
Uses of EChange in com.helger.base.state
Methods in com.helger.base.state that return EChangeModifier and TypeMethodDescriptiondefault @NonNull EChangeIChangeIndicator.and(boolean bChange) Logical AND of this change indicator with a boolean value.default @NonNull EChangeIChangeIndicator.and(@NonNull IChangeIndicator aChange) Logical AND of this change indicator with another one.default @NonNull EChangeIChangeIndicator.or(boolean bChange) Logical OR of this change indicator with a boolean value.default @NonNull EChangeIChangeIndicator.or(@NonNull IChangeIndicator aChange) Logical OR of this change indicator with another one.@NonNull EChangeIClearable.removeAll()Reset the contents of the element to the after-construction state.@NonNull EChangeIStoppable.stop()static @NonNull EChangeEChange.valueOf(boolean bChanged) Convert a boolean value to the correspondingEChangeenum value.static @NonNull EChangeEChange.valueOf(@NonNull IChangeIndicator aChangeIndicator) Convert anIChangeIndicatorto the correspondingEChangeenum value.static EChangeReturns the enum constant of this class with the specified name.static EChange[]EChange.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EChange in com.helger.base.system
Methods in com.helger.base.system that return EChangeModifier and TypeMethodDescriptionstatic @NonNull EChangeSystemProperties.setPropertyValue(@NonNull String sKey, boolean bValue) Set a system property value.static @NonNull EChangeSystemProperties.setPropertyValue(@NonNull String sKey, int nValue) Set a system property value .static @NonNull EChangeSystemProperties.setPropertyValue(@NonNull String sKey, long nValue) Set a system property valuestatic @NonNull EChangeSystemProperties.setPropertyValue(@NonNull String sKey, @Nullable String sValue) Set a system property value -
Uses of EChange in com.helger.base.thirdparty
Methods in com.helger.base.thirdparty that return EChangeModifier and TypeMethodDescription@NonNull EChangeThirdPartyModuleRegistry.registerThirdPartyModule(@NonNull IThirdPartyModule aModule) Register a new third party module. -
Uses of EChange in com.helger.base.timing
Methods in com.helger.base.timing that return EChange -
Uses of EChange in com.helger.base.wrapper
Methods in com.helger.base.wrapper that return EChange