Interface DoubleSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DoubleSetting, DoubleSetting.Builder
@Generated
public interface DoubleSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 decimal_scale = 9;doublegetDef()double def = 3;string description = 2;com.google.protobuf.ByteStringstring description = 2;booleanbool disabled = 11;booleanbool fixed_decimal_scale = 10;doublegetMax()double max = 5;doublegetMin()double min = 4;string placeholder = 7;com.google.protobuf.ByteStringstring placeholder = 7;doublegetStep()double step = 6;booleanbool thousand_separator = 8;string ui_name = 1;com.google.protobuf.ByteStringstring ui_name = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUiName
-
getUiNameBytes
com.google.protobuf.ByteString getUiNameBytes()string ui_name = 1;- Returns:
- The bytes for uiName.
-
getDescription
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 2;- Returns:
- The bytes for description.
-
getDef
double getDef()double def = 3;- Returns:
- The def.
-
getMin
double getMin()double min = 4;- Returns:
- The min.
-
getMax
double getMax()double max = 5;- Returns:
- The max.
-
getStep
double getStep()double step = 6;- Returns:
- The step.
-
getPlaceholder
-
getPlaceholderBytes
com.google.protobuf.ByteString getPlaceholderBytes()string placeholder = 7;- Returns:
- The bytes for placeholder.
-
getThousandSeparator
boolean getThousandSeparator()bool thousand_separator = 8;- Returns:
- The thousandSeparator.
-
getDecimalScale
int getDecimalScale()int32 decimal_scale = 9;- Returns:
- The decimalScale.
-
getFixedDecimalScale
boolean getFixedDecimalScale()bool fixed_decimal_scale = 10;- Returns:
- The fixedDecimalScale.
-
getDisabled
boolean getDisabled()bool disabled = 11;- Returns:
- The disabled.
-