Class RadioGlobalBool
-
Constructor Summary
ConstructorsConstructorDescriptionRadioGlobalBool(boolean boolean0) RadioGlobalBool(String string, boolean boolean0) -
Method Summary
Modifier and TypeMethodDescriptioncompare(RadioGlobal radioGlobal, CompareMethod compareMethod) booleangetValue()voidsetValue(boolean boolean0) booleansetValue(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:
getStringin classRadioGlobal<Boolean>
-
compare
- Specified by:
comparein classRadioGlobal<Boolean>
-
setValue
- Specified by:
setValuein classRadioGlobal<Boolean>
-