Uses of Class
org.robokind.impl.speech.SpeechEventRecord.Builder

Packages that use SpeechEventRecord.Builder
org.robokind.impl.speech   
 

Uses of SpeechEventRecord.Builder in org.robokind.impl.speech
 

Methods in org.robokind.impl.speech that return SpeechEventRecord.Builder
 SpeechEventRecord.Builder SpeechEventRecord.Builder.clearCurrentData()
          Clears the value of the 'currentData' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.clearDuration()
          Clears the value of the 'duration' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.clearEventType()
          Clears the value of the 'eventType' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.clearNextData()
          Clears the value of the 'nextData' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.clearStreamNumber()
          Clears the value of the 'streamNumber' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.clearStringData()
          Clears the value of the 'stringData' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.clearTextLength()
          Clears the value of the 'textLength' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.clearTextPosition()
          Clears the value of the 'textPosition' field
static SpeechEventRecord.Builder SpeechEventRecord.newBuilder()
          Creates a new SpeechEventRecord RecordBuilder
static SpeechEventRecord.Builder SpeechEventRecord.newBuilder(SpeechEventRecord.Builder other)
          Creates a new SpeechEventRecord RecordBuilder by copying an existing Builder
static SpeechEventRecord.Builder SpeechEventRecord.newBuilder(SpeechEventRecord other)
          Creates a new SpeechEventRecord RecordBuilder by copying an existing SpeechEventRecord instance
 SpeechEventRecord.Builder SpeechEventRecord.Builder.setCurrentData(int value)
          Sets the value of the 'currentData' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.setDuration(int value)
          Sets the value of the 'duration' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.setEventType(String value)
          Sets the value of the 'eventType' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.setNextData(int value)
          Sets the value of the 'nextData' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.setStreamNumber(long value)
          Sets the value of the 'streamNumber' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.setStringData(String value)
          Sets the value of the 'stringData' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.setTextLength(int value)
          Sets the value of the 'textLength' field
 SpeechEventRecord.Builder SpeechEventRecord.Builder.setTextPosition(int value)
          Sets the value of the 'textPosition' field
 

Methods in org.robokind.impl.speech with parameters of type SpeechEventRecord.Builder
static SpeechEventRecord.Builder SpeechEventRecord.newBuilder(SpeechEventRecord.Builder other)
          Creates a new SpeechEventRecord RecordBuilder by copying an existing Builder
 



Copyright © 2011-2013. All Rights Reserved.