public class ShiftInteger extends ShiftValue
AUTHOR, CATEGORY, FEATURE| Constructor and Description |
|---|
ShiftInteger(java.lang.String category,
java.lang.String feature,
java.lang.String author,
boolean shouldRestartApplicationOnChange,
int defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
compareTo, toStringpublic ShiftInteger(java.lang.String category,
java.lang.String feature,
java.lang.String author,
boolean shouldRestartApplicationOnChange,
int 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 -