Uses of Enum Class
pt.unl.fct.di.tardis.babel.iot.api.replies.UnregisterIoTDeviceReply.ERR_CODE
Packages that use UnregisterIoTDeviceReply.ERR_CODE
-
Uses of UnregisterIoTDeviceReply.ERR_CODE in pt.unl.fct.di.tardis.babel.iot.api.replies
Methods in pt.unl.fct.di.tardis.babel.iot.api.replies that return UnregisterIoTDeviceReply.ERR_CODEModifier and TypeMethodDescriptionUnregisterIoTDeviceReply.getErrorCode()Returns the enum constant of this class with the specified name.static UnregisterIoTDeviceReply.ERR_CODE[]UnregisterIoTDeviceReply.ERR_CODE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in pt.unl.fct.di.tardis.babel.iot.api.replies with parameters of type UnregisterIoTDeviceReply.ERR_CODEModifierConstructorDescriptionUnregisterIoTDeviceReply(short repID, DeviceType type, String alias, UnregisterIoTDeviceReply.ERR_CODE e, String err) UnregisterIoTDeviceReply(DeviceType type, String alias, UnregisterIoTDeviceReply.ERR_CODE e, String err)