|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DeviceAnalogRecord.Builder in org.mechio.impl.sensor |
|---|
| Methods in org.mechio.impl.sensor that return DeviceAnalogRecord.Builder | |
|---|---|
DeviceAnalogRecord.Builder |
DeviceAnalogRecord.Builder.clearAnalogValue()
Clears the value of the 'analogValue' field |
DeviceAnalogRecord.Builder |
DeviceAnalogRecord.Builder.clearChannelId()
Clears the value of the 'channelId' field |
DeviceAnalogRecord.Builder |
DeviceAnalogRecord.Builder.clearHeader()
Clears the value of the 'header' field |
static DeviceAnalogRecord.Builder |
DeviceAnalogRecord.newBuilder()
Creates a new DeviceAnalogRecord RecordBuilder |
static DeviceAnalogRecord.Builder |
DeviceAnalogRecord.newBuilder(DeviceAnalogRecord.Builder other)
Creates a new DeviceAnalogRecord RecordBuilder by copying an existing Builder |
static DeviceAnalogRecord.Builder |
DeviceAnalogRecord.newBuilder(DeviceAnalogRecord other)
Creates a new DeviceAnalogRecord RecordBuilder by copying an existing DeviceAnalogRecord instance |
DeviceAnalogRecord.Builder |
DeviceAnalogRecord.Builder.setAnalogValue(double value)
Sets the value of the 'analogValue' field |
DeviceAnalogRecord.Builder |
DeviceAnalogRecord.Builder.setChannelId(int value)
Sets the value of the 'channelId' field |
DeviceAnalogRecord.Builder |
DeviceAnalogRecord.Builder.setHeader(HeaderRecord value)
Sets the value of the 'header' field |
| Methods in org.mechio.impl.sensor with parameters of type DeviceAnalogRecord.Builder | |
|---|---|
static DeviceAnalogRecord.Builder |
DeviceAnalogRecord.newBuilder(DeviceAnalogRecord.Builder other)
Creates a new DeviceAnalogRecord RecordBuilder by copying an existing Builder |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||