Uses of Class
org.mechio.impl.motion.messaging.RobotDefinitionResponseRecord.Builder

Packages that use RobotDefinitionResponseRecord.Builder
org.mechio.impl.motion.messaging   
 

Uses of RobotDefinitionResponseRecord.Builder in org.mechio.impl.motion.messaging
 

Methods in org.mechio.impl.motion.messaging that return RobotDefinitionResponseRecord.Builder
 RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.Builder.clearConnected()
          Clears the value of the 'connected' field
 RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.Builder.clearEnabled()
          Clears the value of the 'enabled' field
 RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.Builder.clearJoints()
          Clears the value of the 'joints' field
 RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.Builder.clearResponseHeader()
          Clears the value of the 'responseHeader' field
static RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.newBuilder()
          Creates a new RobotDefinitionResponseRecord RecordBuilder
static RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.newBuilder(RobotDefinitionResponseRecord.Builder other)
          Creates a new RobotDefinitionResponseRecord RecordBuilder by copying an existing Builder
static RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.newBuilder(RobotDefinitionResponseRecord other)
          Creates a new RobotDefinitionResponseRecord RecordBuilder by copying an existing RobotDefinitionResponseRecord instance
 RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.Builder.setConnected(boolean value)
          Sets the value of the 'connected' field
 RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.Builder.setEnabled(boolean value)
          Sets the value of the 'enabled' field
 RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.Builder.setJoints(java.util.List<JointDefinitionRecord> value)
          Sets the value of the 'joints' field
 RobotDefinitionResponseRecord.Builder RobotDefinitionResponseRecord.Builder.setResponseHeader(RobotResponseHeaderRecord value)
          Sets the value of the 'responseHeader' field
 

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



Copyright © 2011-2014. All Rights Reserved.