public interface PrefixToModule extends org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace<String,org.opendaylight.yangtools.yang.common.QNameModule>
| Modifier and Type | Field and Description |
|---|---|
static NamespaceBehaviour<String,org.opendaylight.yangtools.yang.common.QNameModule,PrefixToModule> |
BEHAVIOUR |
static String |
DEFAULT_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.common.QNameModule |
get(String prefix)
Returns QNameModule (namespace + revision) associated with supplied
prefix.
|
@Nullable org.opendaylight.yangtools.yang.common.QNameModule |
getByNamespace(String namespace)
Returns QNameModule (namespace + revision) associated with XML namespace (URI).
|
boolean |
isPreLinkageMap()
Deprecated.
This property is bound to the currently-executing stage and so should be statically-wired.
|
static final NamespaceBehaviour<String,org.opendaylight.yangtools.yang.common.QNameModule,PrefixToModule> BEHAVIOUR
static final String DEFAULT_PREFIX
org.opendaylight.yangtools.yang.common.QNameModule get(String prefix)
get in interface org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace<String,org.opendaylight.yangtools.yang.common.QNameModule>prefix - Prefix@Nullable org.opendaylight.yangtools.yang.common.QNameModule getByNamespace(String namespace) throws URISyntaxException
namespace - XML NamespaceURISyntaxException - if the input string is not valid URI@Deprecated boolean isPreLinkageMap()
Copyright © 2020 OpenDaylight. All rights reserved.