Package zombie.radio.globals
Class RadioGlobalBool
java.lang.Object
zombie.radio.globals.RadioGlobal
zombie.radio.globals.RadioGlobalBool
public class RadioGlobalBool extends RadioGlobal
-
Field Summary
Fields inherited from class zombie.radio.globals.RadioGlobal
name, type, value
-
Constructor Summary
Constructors Constructor Description RadioGlobalBool(boolean boolean1)
RadioGlobalBool(java.lang.String string, boolean boolean1)
-
Method Summary
Modifier and Type Method Description CompareResult
compare(RadioGlobal radioGlobal, CompareMethod compareMethod)
java.lang.String
getString()
boolean
getValue()
void
setValue(boolean boolean1)
boolean
setValue(RadioGlobal radioGlobal, EditGlobalOps editGlobalOps)
Methods inherited from class zombie.radio.globals.RadioGlobal
getName, getType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RadioGlobalBool
public RadioGlobalBool(boolean boolean1) -
RadioGlobalBool
public RadioGlobalBool(java.lang.String string, boolean boolean1)
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean boolean1) -
getString
public java.lang.String getString()- Specified by:
getString
in classRadioGlobal
-
compare
- Specified by:
compare
in classRadioGlobal
-
setValue
- Specified by:
setValue
in classRadioGlobal
-