Uses of Enum Class
pt.unl.fct.di.tardis.babel.iot.api.replies.RegisterIoTDeviceReply.ERR_CODE
Packages that use RegisterIoTDeviceReply.ERR_CODE
-
Uses of RegisterIoTDeviceReply.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 RegisterIoTDeviceReply.ERR_CODEModifier and TypeMethodDescriptionRegisterIoTDeviceReply.getErrorCode()Returns the enum constant of this class with the specified name.static RegisterIoTDeviceReply.ERR_CODE[]RegisterIoTDeviceReply.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 RegisterIoTDeviceReply.ERR_CODEModifierConstructorDescriptionRegisterIoTDeviceReply(short repID, DeviceType type, String alias, RegisterIoTDeviceReply.ERR_CODE e, String err) RegisterIoTDeviceReply(DeviceType type, String alias, RegisterIoTDeviceReply.ERR_CODE e, String err)