Uses of Enum Class
org.rockhopper.smarthome.wes.jwes.model.WesEvent.WesEventCode
Packages that use WesEvent.WesEventCode
-
Uses of WesEvent.WesEventCode in org.rockhopper.smarthome.wes.jwes.model
Methods in org.rockhopper.smarthome.wes.jwes.model that return WesEvent.WesEventCodeModifier and TypeMethodDescriptionWesEvent.getEventCode()static WesEvent.WesEventCodeReturns the enum constant of this class with the specified name.static WesEvent.WesEventCode[]WesEvent.WesEventCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rockhopper.smarthome.wes.jwes.model with parameters of type WesEvent.WesEventCodeModifierConstructorDescriptionWesEvent(String fieldLabel, WesEvent.WesEventCode eventCode, Object oldValue, Object newValue)