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>
| Modifier and Type | Method and Description |
|---|---|
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
|
String |
getDisplayName()
Gets the value of the 'displayName' field
|
Double |
getInitialValue()
Gets the value of the 'initialValue' field
|
Double |
getMaxValue()
Gets the value of the 'maxValue' field
|
Double |
getMinValue()
Gets the value of the 'minValue' field
|
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(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(String value)
Sets the value of the 'propertyName' field
|
public String getPropertyName()
public JointPropDefinitionRecord.Builder setPropertyName(String value)
public boolean hasPropertyName()
public JointPropDefinitionRecord.Builder clearPropertyName()
public String getDisplayName()
public JointPropDefinitionRecord.Builder setDisplayName(String value)
public boolean hasDisplayName()
public JointPropDefinitionRecord.Builder clearDisplayName()
public Double getMinValue()
public JointPropDefinitionRecord.Builder setMinValue(double value)
public boolean hasMinValue()
public JointPropDefinitionRecord.Builder clearMinValue()
public Double getMaxValue()
public JointPropDefinitionRecord.Builder setMaxValue(double value)
public boolean hasMaxValue()
public JointPropDefinitionRecord.Builder clearMaxValue()
public 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>Copyright © 2011-2014. All Rights Reserved.