Class RadioGlobalInt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompare
(RadioGlobal target, CompareMethod method) int
getValue()
void
setValue
(int value) boolean
setValue
(RadioGlobal value, EditGlobalOps operator) Methods inherited from class zombie.radio.globals.RadioGlobal
getName, getType
-
Constructor Details
-
RadioGlobalInt
public RadioGlobalInt(int value) -
RadioGlobalInt
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int value) -
getString
- Specified by:
getString
in classRadioGlobal<Integer>
-
compare
- Specified by:
compare
in classRadioGlobal<Integer>
-
setValue
- Specified by:
setValue
in classRadioGlobal<Integer>
-