Interface MinMaxSettingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MinMaxSetting, MinMaxSetting.Builder
@Generated
public interface MinMaxSettingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool disabled = 7;intgetMax()int32 max = 2;.soulfire.v1.MinMaxSetting.Entry maxEntry = 6;.soulfire.v1.MinMaxSetting.Entry maxEntry = 6;intgetMin()int32 min = 1;.soulfire.v1.MinMaxSetting.Entry minEntry = 5;.soulfire.v1.MinMaxSetting.Entry minEntry = 5;intgetStep()int32 step = 3;booleanbool thousand_separator = 4;boolean.soulfire.v1.MinMaxSetting.Entry maxEntry = 6;boolean.soulfire.v1.MinMaxSetting.Entry minEntry = 5;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
-
getMin
int getMin()int32 min = 1;- Returns:
- The min.
-
getMax
int getMax()int32 max = 2;- Returns:
- The max.
-
getStep
int getStep()int32 step = 3;- Returns:
- The step.
-
getThousandSeparator
boolean getThousandSeparator()bool thousand_separator = 4;- Returns:
- The thousandSeparator.
-
hasMinEntry
boolean hasMinEntry().soulfire.v1.MinMaxSetting.Entry minEntry = 5;- Returns:
- Whether the minEntry field is set.
-
getMinEntry
MinMaxSetting.Entry getMinEntry().soulfire.v1.MinMaxSetting.Entry minEntry = 5;- Returns:
- The minEntry.
-
getMinEntryOrBuilder
MinMaxSetting.EntryOrBuilder getMinEntryOrBuilder().soulfire.v1.MinMaxSetting.Entry minEntry = 5; -
hasMaxEntry
boolean hasMaxEntry().soulfire.v1.MinMaxSetting.Entry maxEntry = 6;- Returns:
- Whether the maxEntry field is set.
-
getMaxEntry
MinMaxSetting.Entry getMaxEntry().soulfire.v1.MinMaxSetting.Entry maxEntry = 6;- Returns:
- The maxEntry.
-
getMaxEntryOrBuilder
MinMaxSetting.EntryOrBuilder getMaxEntryOrBuilder().soulfire.v1.MinMaxSetting.Entry maxEntry = 6; -
getDisabled
boolean getDisabled()bool disabled = 7;- Returns:
- The disabled.
-