Uses of Enum Class
zombie.radio.script.OperatorType
Packages that use OperatorType
-
Uses of OperatorType in zombie.radio.script
Subclasses with type arguments of type OperatorType in zombie.radio.scriptMethods in zombie.radio.script that return OperatorTypeModifier and TypeMethodDescriptionConditionContainer.getNextOperator()
ConditionIter.getNextOperator()
static OperatorType
Returns the enum constant of this class with the specified name.static OperatorType[]
OperatorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.radio.script with parameters of type OperatorTypeModifier and TypeMethodDescriptionvoid
ConditionContainer.Add
(RadioGlobal radioGlobal0, RadioGlobal radioGlobal1, CompareMethod compareMethod, OperatorType operatorTypex) void
ConditionContainer.setNextOperator
(OperatorType operatorTypex) void
ConditionIter.setNextOperator
(OperatorType var1) Constructors in zombie.radio.script with parameters of type OperatorType