Package zombie.radio.globals
Class RadioGlobalInt
java.lang.Object
zombie.radio.globals.RadioGlobal
zombie.radio.globals.RadioGlobalInt
public class RadioGlobalInt extends RadioGlobal
-
Field Summary
Fields inherited from class zombie.radio.globals.RadioGlobal
name, type, value
-
Constructor Summary
Constructors Constructor Description RadioGlobalInt(int int1)
RadioGlobalInt(java.lang.String string, int int1)
-
Method Summary
Modifier and Type Method Description CompareResult
compare(RadioGlobal radioGlobal, CompareMethod compareMethod)
java.lang.String
getString()
int
getValue()
void
setValue(int int1)
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
-
RadioGlobalInt
public RadioGlobalInt(int int1) -
RadioGlobalInt
public RadioGlobalInt(java.lang.String string, int int1)
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int int1) -
getString
public java.lang.String getString()- Specified by:
getString
in classRadioGlobal
-
compare
- Specified by:
compare
in classRadioGlobal
-
setValue
- Specified by:
setValue
in classRadioGlobal
-