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