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

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

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

Methods in org.mechio.impl.motion.messaging that return JointPropDefinitionRecord.Builder
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.clearDisplayName()
          Clears the value of the 'displayName' field
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.clearInitialValue()
          Clears the value of the 'initialValue' field
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.clearMaxValue()
          Clears the value of the 'maxValue' field
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.clearMinValue()
          Clears the value of the 'minValue' field
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.clearPropertyName()
          Clears the value of the 'propertyName' field
static JointPropDefinitionRecord.Builder JointPropDefinitionRecord.newBuilder()
          Creates a new JointPropDefinitionRecord RecordBuilder
static JointPropDefinitionRecord.Builder JointPropDefinitionRecord.newBuilder(JointPropDefinitionRecord.Builder other)
          Creates a new JointPropDefinitionRecord RecordBuilder by copying an existing Builder
static JointPropDefinitionRecord.Builder JointPropDefinitionRecord.newBuilder(JointPropDefinitionRecord other)
          Creates a new JointPropDefinitionRecord RecordBuilder by copying an existing JointPropDefinitionRecord instance
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.setDisplayName(java.lang.String value)
          Sets the value of the 'displayName' field
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.setInitialValue(double value)
          Sets the value of the 'initialValue' field
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.setMaxValue(double value)
          Sets the value of the 'maxValue' field
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.setMinValue(double value)
          Sets the value of the 'minValue' field
 JointPropDefinitionRecord.Builder JointPropDefinitionRecord.Builder.setPropertyName(java.lang.String value)
          Sets the value of the 'propertyName' field
 

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



Copyright © 2011-2014. All Rights Reserved.