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 OperatorTypeReturns 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 TypeMethodDescriptionvoidConditionContainer.Add(RadioGlobal radioGlobal0, RadioGlobal radioGlobal1, CompareMethod compareMethod, OperatorType operatorTypex) voidConditionContainer.setNextOperator(OperatorType operatorTypex) voidConditionIter.setNextOperator(OperatorType var1) Constructors in zombie.radio.script with parameters of type OperatorType