public class ShiftFloat extends ShiftValue
AUTHOR, CATEGORY, FEATURE| Constructor and Description |
|---|
ShiftFloat(java.lang.String category,
java.lang.String feature,
java.lang.String author,
boolean shouldRestartApplicationOnChange,
float defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
float |
getFloatValue() |
compareTo, toStringpublic ShiftFloat(java.lang.String category,
java.lang.String feature,
java.lang.String author,
boolean shouldRestartApplicationOnChange,
float defaultValue)
category - ShiftValueEntries with the same category will be grouped into the same sectionfeature - Name of the variable or featureauthor - Name of the person who is responsible for thisshouldRestartApplicationOnChange - If true, the clients application will restart when
this ShiftValue is modified.defaultValue -