Package com.soulfiremc.grpc.generated
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 TypeMethodDescriptionint
int32 decimal_scale = 9;
double
getDef()
double def = 3;
string description = 2;
com.google.protobuf.ByteString
string description = 2;
boolean
bool disabled = 11;
boolean
bool fixed_decimal_scale = 10;
double
getMax()
double max = 5;
double
getMin()
double min = 4;
string placeholder = 7;
com.google.protobuf.ByteString
string placeholder = 7;
double
getStep()
double step = 6;
boolean
bool thousand_separator = 8;
string ui_name = 1;
com.google.protobuf.ByteString
string ui_name = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUiName
String getUiName()string ui_name = 1;
- Returns:
- The uiName.
-
getUiNameBytes
com.google.protobuf.ByteString getUiNameBytes()string ui_name = 1;
- Returns:
- The bytes for uiName.
-
getDescription
String getDescription()string description = 2;
- Returns:
- The description.
-
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
String getPlaceholder()string placeholder = 7;
- Returns:
- The placeholder.
-
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.
-