org.robokind.impl.speech.viseme
Class VisemeBindingConfigRecord

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

public class VisemeBindingConfigRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, VisemeBindingConfig<VisemePositionRecord>


Nested Class Summary
static class VisemeBindingConfigRecord.Builder
          RecordBuilder for VisemeBindingConfigRecord instances.
 
Field Summary
 int bindingId
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 List<VisemePositionRecord> visemeBindings
          Deprecated. 
 
Constructor Summary
VisemeBindingConfigRecord()
           
 
Method Summary
 Object get(int field$)
           
 Integer getBindingId()
          Gets the value of the 'bindingId' field.
 org.apache.avro.Schema getSchema()
           
 List<VisemePositionRecord> getVisemeBindings()
          Gets the value of the 'visemeBindings' field.
static VisemeBindingConfigRecord.Builder newBuilder()
          Creates a new VisemeBindingConfigRecord RecordBuilder
static VisemeBindingConfigRecord.Builder newBuilder(VisemeBindingConfigRecord.Builder other)
          Creates a new VisemeBindingConfigRecord RecordBuilder by copying an existing Builder
static VisemeBindingConfigRecord.Builder newBuilder(VisemeBindingConfigRecord other)
          Creates a new VisemeBindingConfigRecord RecordBuilder by copying an existing VisemeBindingConfigRecord instance
 void put(int field$, Object value$)
           
 void setBindingId(Integer value)
          Sets the value of the 'bindingId' field.
 void setVisemeBindings(List<VisemePositionRecord> value)
          Sets the value of the 'visemeBindings' 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$

bindingId

@Deprecated
public int bindingId
Deprecated. 

visemeBindings

@Deprecated
public List<VisemePositionRecord> visemeBindings
Deprecated. 
Constructor Detail

VisemeBindingConfigRecord

public VisemeBindingConfigRecord()
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

getBindingId

public Integer getBindingId()
Gets the value of the 'bindingId' field.

Specified by:
getBindingId in interface VisemeBindingConfig<VisemePositionRecord>

setBindingId

public void setBindingId(Integer value)
Sets the value of the 'bindingId' field.

Parameters:
value - the value to set.

getVisemeBindings

public List<VisemePositionRecord> getVisemeBindings()
Gets the value of the 'visemeBindings' field.

Specified by:
getVisemeBindings in interface VisemeBindingConfig<VisemePositionRecord>

setVisemeBindings

public void setVisemeBindings(List<VisemePositionRecord> value)
Sets the value of the 'visemeBindings' field.

Parameters:
value - the value to set.

newBuilder

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


newBuilder

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


newBuilder

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



Copyright © 2011-2013. All Rights Reserved.