Class RadioGlobalBool
-
Constructor Summary
ConstructorsConstructorDescriptionRadioGlobalBool
(boolean boolean0) RadioGlobalBool
(String string, boolean boolean0) -
Method Summary
Modifier and TypeMethodDescriptioncompare
(RadioGlobal radioGlobal, CompareMethod compareMethod) boolean
getValue()
void
setValue
(boolean boolean0) boolean
setValue
(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps) Methods inherited from class zombie.radio.globals.RadioGlobal
getName, getType
-
Constructor Details
-
RadioGlobalBool
public RadioGlobalBool(boolean boolean0) -
RadioGlobalBool
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean boolean0) -
getString
- Specified by:
getString
in classRadioGlobal<Boolean>
-
compare
- Specified by:
compare
in classRadioGlobal<Boolean>
-
setValue
- Specified by:
setValue
in classRadioGlobal<Boolean>
-