|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<JointPropDefinitionRecord>
org.mechio.impl.motion.messaging.JointPropDefinitionRecord.Builder
public static class JointPropDefinitionRecord.Builder
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 |
|---|
public java.lang.String getPropertyName()
public JointPropDefinitionRecord.Builder setPropertyName(java.lang.String value)
public boolean hasPropertyName()
public JointPropDefinitionRecord.Builder clearPropertyName()
public java.lang.String getDisplayName()
public JointPropDefinitionRecord.Builder setDisplayName(java.lang.String value)
public boolean hasDisplayName()
public JointPropDefinitionRecord.Builder clearDisplayName()
public java.lang.Double getMinValue()
public JointPropDefinitionRecord.Builder setMinValue(double value)
public boolean hasMinValue()
public JointPropDefinitionRecord.Builder clearMinValue()
public java.lang.Double getMaxValue()
public JointPropDefinitionRecord.Builder setMaxValue(double value)
public boolean hasMaxValue()
public JointPropDefinitionRecord.Builder clearMaxValue()
public java.lang.Double getInitialValue()
public JointPropDefinitionRecord.Builder setInitialValue(double value)
public boolean hasInitialValue()
public JointPropDefinitionRecord.Builder clearInitialValue()
public JointPropDefinitionRecord build()
build in interface org.apache.avro.data.RecordBuilder<JointPropDefinitionRecord>public JointPropDefinitionRecord getValue()
getValue in interface org.jflux.api.core.Source<JointPropDefinitionRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||