public final class YangConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RFC6020_MAC_FILE_TYPE
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
|
static String |
RFC6020_YANG_FILE_EXTENSION
YANG File Extension, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
|
static String |
RFC6020_YANG_MAC_FILE_TYPE
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
|
static String |
RFC6020_YANG_MEDIA_TYPE
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
|
static QNameModule |
RFC6020_YANG_MODULE
Base QNameModule for all YANG statements.
|
static URI |
RFC6020_YANG_NAMESPACE
YANG namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14.
|
static String |
RFC6020_YIN_FILE_EXTENSION
YIN File Extension, as defined in https://tools.ietf.org/html/rfc6020#section-14.2.
|
static String |
RFC6020_YIN_MEDIA_TYPE
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
|
static QNameModule |
RFC6020_YIN_MODULE
Base QNameModule for all YIN statements.
|
static URI |
RFC6020_YIN_NAMESPACE
YIN namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14.
|
static URI |
RFC7950_YANG_LIBRARY_CAPABILITY
YANG Library NETCONF Capability, as defined in https://tools.ietf.org/html/rfc7950#section-16.
|
static String |
YANG_XPATH_FUNCTIONS_PREFIX
Prefix for YANG-specific XPath functions
|
Modifier and Type | Method and Description |
---|---|
static QName |
operationInputQName(QNameModule module)
Create a
QName representing the 'input' statement of an operation (RPC or action) within specified
QNameModule . |
static QName |
operationOutputQName(QNameModule module)
Create a
QName representing the 'output' statement of an operation (RPC or action) within specified
QNameModule . |
public static final String RFC6020_YANG_FILE_EXTENSION
public static final String RFC6020_YANG_MAC_FILE_TYPE
public static final String RFC6020_YANG_MEDIA_TYPE
public static final URI RFC6020_YANG_NAMESPACE
public static final QNameModule RFC6020_YANG_MODULE
public static final String RFC6020_YIN_FILE_EXTENSION
public static final String RFC6020_MAC_FILE_TYPE
public static final String RFC6020_YIN_MEDIA_TYPE
public static final URI RFC6020_YIN_NAMESPACE
public static final QNameModule RFC6020_YIN_MODULE
public static final URI RFC7950_YANG_LIBRARY_CAPABILITY
public static final String YANG_XPATH_FUNCTIONS_PREFIX
public static QName operationInputQName(QNameModule module)
QName
representing the 'input' statement of an operation (RPC or action) within specified
QNameModule
.module
- Desired modulepublic static QName operationOutputQName(QNameModule module)
QName
representing the 'output' statement of an operation (RPC or action) within specified
QNameModule
.module
- Desired moduleCopyright © 2018 OpenDaylight. All rights reserved.