Uses of Enum Class
org.opendaylight.yangtools.yang.xpath.api.YangXPathMathMode
Packages that use YangXPathMathMode
Package
Description
Model of a RFC7950 XPath Expression.
XPath parsing which results in a
YangExpr
.Package exposing
YangXPathParserFactory
component to various
dependency injection frameworks, so they can locate them.-
Uses of YangXPathMathMode in org.opendaylight.yangtools.yang.xpath.api
Methods in org.opendaylight.yangtools.yang.xpath.api that return YangXPathMathModeModifier and TypeMethodDescriptionYangXPathExpression.getMathMode()
Return theYangXPathMathMode
used in this expression.static YangXPathMathMode
Returns the enum constant of this class with the specified name.static YangXPathMathMode[]
YangXPathMathMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yangtools.yang.xpath.api with parameters of type YangXPathMathModeModifier and TypeMethodDescriptionYangXPathParserFactory.newParser
(YangXPathMathMode mathMode) Return aYangXPathParser
compliant withYangXPathMathMode
.YangXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext) Return aYangXPathParser
compliant withYangXPathMathMode
.YangXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext, QNameModule defaultNamespace) Return aYangXPathParser
compliant withYangXPathMathMode
. -
Uses of YangXPathMathMode in org.opendaylight.yangtools.yang.xpath.impl
Methods in org.opendaylight.yangtools.yang.xpath.impl with parameters of type YangXPathMathModeModifier and TypeMethodDescriptionAntlrXPathParserFactory.newParser
(YangXPathMathMode mathMode) AntlrXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext) AntlrXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext, QNameModule defaultNamespace) -
Uses of YangXPathMathMode in org.opendaylight.yangtools.yang.xpath.impl.di
Methods in org.opendaylight.yangtools.yang.xpath.impl.di with parameters of type YangXPathMathModeModifier and TypeMethodDescriptionDefaultXPathParserFactory.newParser
(YangXPathMathMode mathMode) DefaultXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext) DefaultXPathParserFactory.newParser
(YangXPathMathMode mathMode, YangNamespaceContext namespaceContext, QNameModule defaultNamespace)