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 A, RadioGlobal B, CompareMethod compareMethod, OperatorType nextOperator) void
ConditionContainer.setNextOperator
(OperatorType _operatorType) void
ConditionIter.setNextOperator
(OperatorType operatorType) Constructors in zombie.radio.script with parameters of type OperatorType