Uses of Class
org.robokind.impl.animation.messaging.AnimationRecord.Builder

Packages that use AnimationRecord.Builder
org.robokind.impl.animation.messaging   
 

Uses of AnimationRecord.Builder in org.robokind.impl.animation.messaging
 

Methods in org.robokind.impl.animation.messaging that return AnimationRecord.Builder
 AnimationRecord.Builder AnimationRecord.Builder.clearChannels()
          Clears the value of the 'channels' field
 AnimationRecord.Builder AnimationRecord.Builder.clearName()
          Clears the value of the 'name' field
 AnimationRecord.Builder AnimationRecord.Builder.clearStartTime()
          Clears the value of the 'startTime' field
 AnimationRecord.Builder AnimationRecord.Builder.clearStopTime()
          Clears the value of the 'stopTime' field
 AnimationRecord.Builder AnimationRecord.Builder.clearVersionNumber()
          Clears the value of the 'versionNumber' field
static AnimationRecord.Builder AnimationRecord.newBuilder()
          Creates a new AnimationRecord RecordBuilder
static AnimationRecord.Builder AnimationRecord.newBuilder(AnimationRecord.Builder other)
          Creates a new AnimationRecord RecordBuilder by copying an existing Builder
static AnimationRecord.Builder AnimationRecord.newBuilder(AnimationRecord other)
          Creates a new AnimationRecord RecordBuilder by copying an existing AnimationRecord instance
 AnimationRecord.Builder AnimationRecord.Builder.setChannels(List<ChannelRecord> value)
          Sets the value of the 'channels' field
 AnimationRecord.Builder AnimationRecord.Builder.setName(String value)
          Sets the value of the 'name' field
 AnimationRecord.Builder AnimationRecord.Builder.setStartTime(Long value)
          Sets the value of the 'startTime' field
 AnimationRecord.Builder AnimationRecord.Builder.setStopTime(Long value)
          Sets the value of the 'stopTime' field
 AnimationRecord.Builder AnimationRecord.Builder.setVersionNumber(String value)
          Sets the value of the 'versionNumber' field
 

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



Copyright © 2011-2014. All Rights Reserved.