Package | Description |
---|---|
etri.sdn.controller.module.devicemanager |
Modifier and Type | Field and Description |
---|---|
protected Devices.DeviceUpdate.Change |
Devices.DeviceUpdate.change
The change that was made
|
Modifier and Type | Method and Description |
---|---|
static Devices.DeviceUpdate.Change |
Devices.DeviceUpdate.Change.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Devices.DeviceUpdate.Change[] |
Devices.DeviceUpdate.Change.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Devices.DeviceUpdate(IDevice device,
Devices.DeviceUpdate.Change change,
java.util.EnumSet<IDeviceService.DeviceField> fieldsChanged)
Constructor
|