org.mechio.impl.sensor
Class Double3Record

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.sensor.Double3Record
All Implemented Interfaces:
java.lang.Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, Double3Event

public class Double3Record
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, Double3Event


Nested Class Summary
static class Double3Record.Builder
          RecordBuilder for Double3Record instances.
 
Field Summary
static org.apache.avro.Schema SCHEMA$
           
 double x
          Deprecated. 
 double y
          Deprecated. 
 double z
          Deprecated. 
 
Constructor Summary
Double3Record()
           
 
Method Summary
 java.lang.Object get(int field$)
           
 org.apache.avro.Schema getSchema()
           
 java.lang.Double getX()
          Gets the value of the 'x' field.
 java.lang.Double getY()
          Gets the value of the 'y' field.
 java.lang.Double getZ()
          Gets the value of the 'z' field.
static Double3Record.Builder newBuilder()
          Creates a new Double3Record RecordBuilder
static Double3Record.Builder newBuilder(Double3Record.Builder other)
          Creates a new Double3Record RecordBuilder by copying an existing Builder
static Double3Record.Builder newBuilder(Double3Record other)
          Creates a new Double3Record RecordBuilder by copying an existing Double3Record instance
 void put(int field$, java.lang.Object value$)
           
 void setX(java.lang.Double value)
          Sets the value of the 'x' field.
 void setY(java.lang.Double value)
          Sets the value of the 'y' field.
 void setZ(java.lang.Double value)
          Sets the value of the 'z' field.
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

x

@Deprecated
public double x
Deprecated. 

y

@Deprecated
public double y
Deprecated. 

z

@Deprecated
public double z
Deprecated. 
Constructor Detail

Double3Record

public Double3Record()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public java.lang.Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                java.lang.Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getX

public java.lang.Double getX()
Gets the value of the 'x' field.

Specified by:
getX in interface Double3Event

setX

public void setX(java.lang.Double value)
Sets the value of the 'x' field.

Parameters:
value - the value to set.

getY

public java.lang.Double getY()
Gets the value of the 'y' field.

Specified by:
getY in interface Double3Event

setY

public void setY(java.lang.Double value)
Sets the value of the 'y' field.

Parameters:
value - the value to set.

getZ

public java.lang.Double getZ()
Gets the value of the 'z' field.

Specified by:
getZ in interface Double3Event

setZ

public void setZ(java.lang.Double value)
Sets the value of the 'z' field.

Parameters:
value - the value to set.

newBuilder

public static Double3Record.Builder newBuilder()
Creates a new Double3Record RecordBuilder


newBuilder

public static Double3Record.Builder newBuilder(Double3Record.Builder other)
Creates a new Double3Record RecordBuilder by copying an existing Builder


newBuilder

public static Double3Record.Builder newBuilder(Double3Record other)
Creates a new Double3Record RecordBuilder by copying an existing Double3Record instance



Copyright © 2011-2014. All Rights Reserved.