org.robokind.avrogen.speech.viseme
Class VisemePositionRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.avrogen.speech.viseme.VisemePositionRecord
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, VisemePosition

public class VisemePositionRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, VisemePosition


Nested Class Summary
static class VisemePositionRecord.Builder
          RecordBuilder for VisemePositionRecord instances.
 
Field Summary
 double position
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 int visemeId
          Deprecated. 
 
Constructor Summary
VisemePositionRecord()
           
 
Method Summary
 Object get(int field$)
           
 Double getPosition()
          Gets the value of the 'position' field.
 org.apache.avro.Schema getSchema()
           
 Integer getVisemeId()
          Gets the value of the 'visemeId' field.
static VisemePositionRecord.Builder newBuilder()
          Creates a new VisemePositionRecord RecordBuilder
static VisemePositionRecord.Builder newBuilder(VisemePositionRecord.Builder other)
          Creates a new VisemePositionRecord RecordBuilder by copying an existing Builder
static VisemePositionRecord.Builder newBuilder(VisemePositionRecord other)
          Creates a new VisemePositionRecord RecordBuilder by copying an existing VisemePositionRecord instance
 void put(int field$, Object value$)
           
 void setPosition(Double value)
          Sets the value of the 'position' field.
 void setVisemeId(Integer value)
          Sets the value of the 'visemeId' 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$

visemeId

@Deprecated
public int visemeId
Deprecated. 

position

@Deprecated
public double position
Deprecated. 
Constructor Detail

VisemePositionRecord

public VisemePositionRecord()
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 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$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getVisemeId

public Integer getVisemeId()
Gets the value of the 'visemeId' field.

Specified by:
getVisemeId in interface VisemePosition

setVisemeId

public void setVisemeId(Integer value)
Sets the value of the 'visemeId' field.

Parameters:
value - the value to set.

getPosition

public Double getPosition()
Gets the value of the 'position' field.

Specified by:
getPosition in interface VisemePosition

setPosition

public void setPosition(Double value)
Sets the value of the 'position' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2013. All Rights Reserved.