Uses of Enum Class
org.codice.ddf.opensearch.endpoint.ASTNode.Operator
Packages that use ASTNode.Operator
-
Uses of ASTNode.Operator in org.codice.ddf.opensearch.endpoint
Methods in org.codice.ddf.opensearch.endpoint that return ASTNode.OperatorModifier and TypeMethodDescriptionabstract ASTNode.OperatorASTNode.getOperator()KeywordASTNode.getOperator()OperatorASTNode.getOperator()PhraseDelimiterASTNode.getOperator()static ASTNode.OperatorASTNode.Operator.getOperatorFromString(String operatorString) static ASTNode.OperatorReturns the enum constant of this class with the specified name.static ASTNode.Operator[]ASTNode.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.codice.ddf.opensearch.endpoint with parameters of type ASTNode.OperatorModifierConstructorDescriptionOperatorASTNode(ASTNode.Operator operator, ASTNode left, ASTNode right)