Uses of Enum Class
org.tentackle.wurblet.WurbletArgumentOperator
-
Uses of WurbletArgumentOperator in org.tentackle.wurblet
Methods in org.tentackle.wurblet that return WurbletArgumentOperatorModifier and TypeMethodDescriptionWurbletArgumentExpression.addOperand(WurbletArgumentOperator operator, WurbletArgumentOperand operand) Adds an operand.static WurbletArgumentOperatorWurbletArgumentOperator.toInternal(String str) Determines the operator from a string.
Case doesn't matter.static WurbletArgumentOperatorReturns the enum constant of this class with the specified name.static WurbletArgumentOperator[]WurbletArgumentOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tentackle.wurblet that return types with arguments of type WurbletArgumentOperatorModifier and TypeMethodDescriptionWurbletArgumentExpression.getOperators()Gets the n-1 operators.Methods in org.tentackle.wurblet with parameters of type WurbletArgumentOperatorModifier and TypeMethodDescriptionWurbletArgumentExpression.addOperand(WurbletArgumentOperator operator, WurbletArgumentOperand operand) Adds an operand.