Uses of Enum Class
com.storedobject.core.DataChanged.CHANGE
Packages that use DataChanged.CHANGE
-
Uses of DataChanged.CHANGE in com.storedobject.core
Methods in com.storedobject.core that return DataChanged.CHANGEModifier and TypeMethodDescriptionDataChanged.getChange()
Get the type of change.static DataChanged.CHANGE
DataChanged.getChange
(byte change) Get the type of change from a byte code.static DataChanged.CHANGE
Returns the enum constant of this class with the specified name.static DataChanged.CHANGE[]
DataChanged.CHANGE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.core with parameters of type DataChanged.CHANGEModifier and TypeMethodDescriptiondefault byte
TriggerChangeEvent.changeCode
(DataChanged.CHANGE change) Get the current change code.