Uses of Class
org.robokind.avrogen.sensor.DeviceBoolRecord.Builder

Uses of DeviceBoolRecord.Builder in org.robokind.avrogen.sensor
 

Methods in org.robokind.avrogen.sensor that return DeviceBoolRecord.Builder
 DeviceBoolRecord.Builder DeviceBoolRecord.Builder.clearBoolValue()
          Clears the value of the 'boolValue' field
 DeviceBoolRecord.Builder DeviceBoolRecord.Builder.clearChannelId()
          Clears the value of the 'channelId' field
 DeviceBoolRecord.Builder DeviceBoolRecord.Builder.clearHeader()
          Clears the value of the 'header' field
static DeviceBoolRecord.Builder DeviceBoolRecord.newBuilder()
          Creates a new DeviceBoolRecord RecordBuilder
static DeviceBoolRecord.Builder DeviceBoolRecord.newBuilder(DeviceBoolRecord.Builder other)
          Creates a new DeviceBoolRecord RecordBuilder by copying an existing Builder
static DeviceBoolRecord.Builder DeviceBoolRecord.newBuilder(DeviceBoolRecord other)
          Creates a new DeviceBoolRecord RecordBuilder by copying an existing DeviceBoolRecord instance
 DeviceBoolRecord.Builder DeviceBoolRecord.Builder.setBoolValue(boolean value)
          Sets the value of the 'boolValue' field
 DeviceBoolRecord.Builder DeviceBoolRecord.Builder.setChannelId(int value)
          Sets the value of the 'channelId' field
 DeviceBoolRecord.Builder DeviceBoolRecord.Builder.setHeader(HeaderRecord value)
          Sets the value of the 'header' field
 

Methods in org.robokind.avrogen.sensor with parameters of type DeviceBoolRecord.Builder
static DeviceBoolRecord.Builder DeviceBoolRecord.newBuilder(DeviceBoolRecord.Builder other)
          Creates a new DeviceBoolRecord RecordBuilder by copying an existing Builder
 



Copyright © 2011-2013. All Rights Reserved.