Package | Description |
---|---|
org.opendaylight.yangtools.yang.xpath.api |
Model of a RFC7950 XPath Expression.
|
Modifier and Type | Method and Description |
---|---|
static YangBooleanConstantExpr |
YangBooleanConstantExpr.of(boolean bool) |
static YangBooleanConstantExpr |
YangBooleanConstantExpr.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YangBooleanConstantExpr[] |
YangBooleanConstantExpr.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 OpenDaylight. All rights reserved.