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 value)
RadioGlobalBool(java.lang.String name, boolean value)
-
Method Summary
Modifier and Type Method Description CompareResult
compare(RadioGlobal target, CompareMethod method)
java.lang.String
getString()
boolean
getValue()
void
setValue(boolean value)
boolean
setValue(RadioGlobal value, EditGlobalOps operator)
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 value) -
RadioGlobalBool
public RadioGlobalBool(java.lang.String name, boolean value)
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value) -
getString
public java.lang.String getString()- Specified by:
getString
in classRadioGlobal
-
compare
- Specified by:
compare
in classRadioGlobal
-
setValue
- Specified by:
setValue
in classRadioGlobal
-