Uses of Class
org.opendaylight.yangtools.yang.xpath.api.YangFunction
-
Packages that use YangFunction Package Description org.opendaylight.yangtools.yang.xpath.api Model of a RFC7950 XPath Expression. -
-
Uses of YangFunction in org.opendaylight.yangtools.yang.xpath.api
Methods in org.opendaylight.yangtools.yang.xpath.api that return YangFunction Modifier and Type Method Description static YangFunction
YangFunction. valueOf(String name)
Returns the enum constant of this type with the specified name.static YangFunction[]
YangFunction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-