org.mechio.impl.motion.messaging
Class JointPropDefinitionRecord

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.mechio.impl.motion.messaging.JointPropDefinitionRecord
All Implemented Interfaces:
java.lang.Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord, RobotDefinitionResponse.JointPropDefinition

public class JointPropDefinitionRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord, RobotDefinitionResponse.JointPropDefinition


Nested Class Summary
static class JointPropDefinitionRecord.Builder
          RecordBuilder for JointPropDefinitionRecord instances.
 
Field Summary
 java.lang.String displayName
          Deprecated. 
 double initialValue
          Deprecated. 
 double maxValue
          Deprecated. 
 double minValue
          Deprecated. 
 java.lang.String propertyName
          Deprecated. 
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
JointPropDefinitionRecord()
           
 
Method Summary
 java.lang.Object get(int 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.
 org.apache.avro.Schema getSchema()
           
static JointPropDefinitionRecord.Builder newBuilder()
          Creates a new JointPropDefinitionRecord RecordBuilder
static JointPropDefinitionRecord.Builder newBuilder(JointPropDefinitionRecord.Builder other)
          Creates a new JointPropDefinitionRecord RecordBuilder by copying an existing Builder
static JointPropDefinitionRecord.Builder newBuilder(JointPropDefinitionRecord other)
          Creates a new JointPropDefinitionRecord RecordBuilder by copying an existing JointPropDefinitionRecord instance
 void put(int field$, java.lang.Object value$)
           
 void setDisplayName(java.lang.String value)
          Sets the value of the 'displayName' field.
 void setInitialValue(java.lang.Double value)
          Sets the value of the 'initialValue' field.
 void setMaxValue(java.lang.Double value)
          Sets the value of the 'maxValue' field.
 void setMinValue(java.lang.Double value)
          Sets the value of the 'minValue' field.
 void setPropertyName(java.lang.String value)
          Sets the value of the 'propertyName' field.
 
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

propertyName

@Deprecated
public java.lang.String propertyName
Deprecated. 

displayName

@Deprecated
public java.lang.String displayName
Deprecated. 

minValue

@Deprecated
public double minValue
Deprecated. 

maxValue

@Deprecated
public double maxValue
Deprecated. 

initialValue

@Deprecated
public double initialValue
Deprecated. 
Constructor Detail

JointPropDefinitionRecord

public JointPropDefinitionRecord()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public java.lang.Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                java.lang.Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase

getPropertyName

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

Specified by:
getPropertyName in interface RobotDefinitionResponse.JointPropDefinition

setPropertyName

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

Parameters:
value - the value to set.

getDisplayName

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

Specified by:
getDisplayName in interface RobotDefinitionResponse.JointPropDefinition

setDisplayName

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

Parameters:
value - the value to set.

getMinValue

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

Specified by:
getMinValue in interface RobotDefinitionResponse.JointPropDefinition

setMinValue

public void setMinValue(java.lang.Double value)
Sets the value of the 'minValue' field.

Parameters:
value - the value to set.

getMaxValue

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

Specified by:
getMaxValue in interface RobotDefinitionResponse.JointPropDefinition

setMaxValue

public void setMaxValue(java.lang.Double value)
Sets the value of the 'maxValue' field.

Parameters:
value - the value to set.

getInitialValue

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

Specified by:
getInitialValue in interface RobotDefinitionResponse.JointPropDefinition

setInitialValue

public void setInitialValue(java.lang.Double value)
Sets the value of the 'initialValue' field.

Parameters:
value - the value to set.

newBuilder

public static JointPropDefinitionRecord.Builder newBuilder()
Creates a new JointPropDefinitionRecord RecordBuilder


newBuilder

public static JointPropDefinitionRecord.Builder newBuilder(JointPropDefinitionRecord.Builder other)
Creates a new JointPropDefinitionRecord RecordBuilder by copying an existing Builder


newBuilder

public static JointPropDefinitionRecord.Builder newBuilder(JointPropDefinitionRecord other)
Creates a new JointPropDefinitionRecord RecordBuilder by copying an existing JointPropDefinitionRecord instance



Copyright © 2011-2014. All Rights Reserved.