org.mechio.impl.sensor
Class Double4Record.Builder

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<Double4Record>
          extended by org.mechio.impl.sensor.Double4Record.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<Double4Record>, org.jflux.api.core.Source<Double4Record>
Enclosing class:
Double4Record

public static class Double4Record.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<Double4Record>
implements org.apache.avro.data.RecordBuilder<Double4Record>, org.jflux.api.core.Source<Double4Record>

RecordBuilder for Double4Record instances.


Method Summary
 Double4Record build()
           
 Double4Record.Builder clearD1()
          Clears the value of the 'd1' field
 Double4Record.Builder clearD2()
          Clears the value of the 'd2' field
 Double4Record.Builder clearD3()
          Clears the value of the 'd3' field
 Double4Record.Builder clearD4()
          Clears the value of the 'd4' field
 java.lang.Double getD1()
          Gets the value of the 'd1' field
 java.lang.Double getD2()
          Gets the value of the 'd2' field
 java.lang.Double getD3()
          Gets the value of the 'd3' field
 java.lang.Double getD4()
          Gets the value of the 'd4' field
 Double4Record getValue()
           
 boolean hasD1()
          Checks whether the 'd1' field has been set
 boolean hasD2()
          Checks whether the 'd2' field has been set
 boolean hasD3()
          Checks whether the 'd3' field has been set
 boolean hasD4()
          Checks whether the 'd4' field has been set
 Double4Record.Builder setD1(double value)
          Sets the value of the 'd1' field
 Double4Record.Builder setD2(double value)
          Sets the value of the 'd2' field
 Double4Record.Builder setD3(double value)
          Sets the value of the 'd3' field
 Double4Record.Builder setD4(double value)
          Sets the value of the 'd4' field
 
Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getD1

public java.lang.Double getD1()
Gets the value of the 'd1' field


setD1

public Double4Record.Builder setD1(double value)
Sets the value of the 'd1' field


hasD1

public boolean hasD1()
Checks whether the 'd1' field has been set


clearD1

public Double4Record.Builder clearD1()
Clears the value of the 'd1' field


getD2

public java.lang.Double getD2()
Gets the value of the 'd2' field


setD2

public Double4Record.Builder setD2(double value)
Sets the value of the 'd2' field


hasD2

public boolean hasD2()
Checks whether the 'd2' field has been set


clearD2

public Double4Record.Builder clearD2()
Clears the value of the 'd2' field


getD3

public java.lang.Double getD3()
Gets the value of the 'd3' field


setD3

public Double4Record.Builder setD3(double value)
Sets the value of the 'd3' field


hasD3

public boolean hasD3()
Checks whether the 'd3' field has been set


clearD3

public Double4Record.Builder clearD3()
Clears the value of the 'd3' field


getD4

public java.lang.Double getD4()
Gets the value of the 'd4' field


setD4

public Double4Record.Builder setD4(double value)
Sets the value of the 'd4' field


hasD4

public boolean hasD4()
Checks whether the 'd4' field has been set


clearD4

public Double4Record.Builder clearD4()
Clears the value of the 'd4' field


build

public Double4Record build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<Double4Record>

getValue

public Double4Record getValue()
Specified by:
getValue in interface org.jflux.api.core.Source<Double4Record>


Copyright © 2011-2014. All Rights Reserved.