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

java.lang.Object
  extended by org.apache.avro.data.RecordBuilderBase<T>
      extended by org.apache.avro.specific.SpecificRecordBuilderBase<JointPropDefinitionRecord>
          extended by org.mechio.impl.motion.messaging.JointPropDefinitionRecord.Builder
All Implemented Interfaces:
org.apache.avro.data.RecordBuilder<JointPropDefinitionRecord>, org.jflux.api.core.Source<JointPropDefinitionRecord>
Enclosing class:
JointPropDefinitionRecord

public static class JointPropDefinitionRecord.Builder
extends org.apache.avro.specific.SpecificRecordBuilderBase<JointPropDefinitionRecord>
implements org.apache.avro.data.RecordBuilder<JointPropDefinitionRecord>, org.jflux.api.core.Source<JointPropDefinitionRecord>

RecordBuilder for JointPropDefinitionRecord instances.


Method Summary
 JointPropDefinitionRecord build()
           
 JointPropDefinitionRecord.Builder clearDisplayName()
          Clears the value of the 'displayName' field
 JointPropDefinitionRecord.Builder clearInitialValue()
          Clears the value of the 'initialValue' field
 JointPropDefinitionRecord.Builder clearMaxValue()
          Clears the value of the 'maxValue' field
 JointPropDefinitionRecord.Builder clearMinValue()
          Clears the value of the 'minValue' field
 JointPropDefinitionRecord.Builder clearPropertyName()
          Clears the value of the 'propertyName' field
 java.lang.String getDisplayName()
          Gets the value of the 'displayName' field
 java.lang.Double getInitialValue()
          Gets the value of the 'initialValue' field
 java.lang.Double getMaxValue()
          Gets the value of the 'maxValue' field
 java.lang.Double getMinValue()
          Gets the value of the 'minValue' field
 java.lang.String getPropertyName()
          Gets the value of the 'propertyName' field
 JointPropDefinitionRecord getValue()
           
 boolean hasDisplayName()
          Checks whether the 'displayName' field has been set
 boolean hasInitialValue()
          Checks whether the 'initialValue' field has been set
 boolean hasMaxValue()
          Checks whether the 'maxValue' field has been set
 boolean hasMinValue()
          Checks whether the 'minValue' field has been set
 boolean hasPropertyName()
          Checks whether the 'propertyName' field has been set
 JointPropDefinitionRecord.Builder setDisplayName(java.lang.String value)
          Sets the value of the 'displayName' field
 JointPropDefinitionRecord.Builder setInitialValue(double value)
          Sets the value of the 'initialValue' field
 JointPropDefinitionRecord.Builder setMaxValue(double value)
          Sets the value of the 'maxValue' field
 JointPropDefinitionRecord.Builder setMinValue(double value)
          Sets the value of the 'minValue' field
 JointPropDefinitionRecord.Builder setPropertyName(java.lang.String value)
          Sets the value of the 'propertyName' field
 
Methods inherited from class org.apache.avro.data.RecordBuilderBase
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPropertyName

public java.lang.String getPropertyName()
Gets the value of the 'propertyName' field


setPropertyName

public JointPropDefinitionRecord.Builder setPropertyName(java.lang.String value)
Sets the value of the 'propertyName' field


hasPropertyName

public boolean hasPropertyName()
Checks whether the 'propertyName' field has been set


clearPropertyName

public JointPropDefinitionRecord.Builder clearPropertyName()
Clears the value of the 'propertyName' field


getDisplayName

public java.lang.String getDisplayName()
Gets the value of the 'displayName' field


setDisplayName

public JointPropDefinitionRecord.Builder setDisplayName(java.lang.String value)
Sets the value of the 'displayName' field


hasDisplayName

public boolean hasDisplayName()
Checks whether the 'displayName' field has been set


clearDisplayName

public JointPropDefinitionRecord.Builder clearDisplayName()
Clears the value of the 'displayName' field


getMinValue

public java.lang.Double getMinValue()
Gets the value of the 'minValue' field


setMinValue

public JointPropDefinitionRecord.Builder setMinValue(double value)
Sets the value of the 'minValue' field


hasMinValue

public boolean hasMinValue()
Checks whether the 'minValue' field has been set


clearMinValue

public JointPropDefinitionRecord.Builder clearMinValue()
Clears the value of the 'minValue' field


getMaxValue

public java.lang.Double getMaxValue()
Gets the value of the 'maxValue' field


setMaxValue

public JointPropDefinitionRecord.Builder setMaxValue(double value)
Sets the value of the 'maxValue' field


hasMaxValue

public boolean hasMaxValue()
Checks whether the 'maxValue' field has been set


clearMaxValue

public JointPropDefinitionRecord.Builder clearMaxValue()
Clears the value of the 'maxValue' field


getInitialValue

public java.lang.Double getInitialValue()
Gets the value of the 'initialValue' field


setInitialValue

public JointPropDefinitionRecord.Builder setInitialValue(double value)
Sets the value of the 'initialValue' field


hasInitialValue

public boolean hasInitialValue()
Checks whether the 'initialValue' field has been set


clearInitialValue

public JointPropDefinitionRecord.Builder clearInitialValue()
Clears the value of the 'initialValue' field


build

public JointPropDefinitionRecord build()
Specified by:
build in interface org.apache.avro.data.RecordBuilder<JointPropDefinitionRecord>

getValue

public JointPropDefinitionRecord getValue()
Specified by:
getValue in interface org.jflux.api.core.Source<JointPropDefinitionRecord>


Copyright © 2011-2014. All Rights Reserved.