Modifier and Type | Method and Description |
---|---|
<T extends org.opendaylight.yangtools.yang.binding.BaseIdentity> |
DependencyResolver.resolveIdentity(IdentityAttributeRef identityRef,
Class<T> expectedBaseClass)
To be used during commit phase to resolve identity-ref config attributes.
|
<T extends org.opendaylight.yangtools.yang.binding.BaseIdentity> |
DependencyResolver.validateIdentity(IdentityAttributeRef identityRef,
Class<T> expectedBaseClass,
JmxAttribute jmxAttribute)
Validate identity-ref config attribute.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.opendaylight.yangtools.yang.binding.BaseIdentity> |
DependencyResolverImpl.resolveIdentity(IdentityAttributeRef identityRef,
Class<T> expectedBaseClass) |
<T extends org.opendaylight.yangtools.yang.binding.BaseIdentity> |
DependencyResolverImpl.validateIdentity(IdentityAttributeRef identityRef,
Class<T> expectedBaseClass,
JmxAttribute jmxAttribute) |
Modifier and Type | Method and Description |
---|---|
IdentityAttributeRef |
IdentityTestModuleMXBean.getAfi() |
IdentityAttributeRef |
AbstractIdentityTestModule.getAfi() |
IdentityAttributeRef |
IdentitiesInner.getAfi() |
IdentityAttributeRef |
Identities.getAfi() |
IdentityAttributeRef |
IdentitiesContainer.getAfi() |
IdentityAttributeRef |
Identities.getSafi() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityTestModuleMXBean.setAfi(IdentityAttributeRef afi) |
void |
AbstractIdentityTestModule.setAfi(IdentityAttributeRef afi) |
void |
IdentitiesInner.setAfi(IdentityAttributeRef afi) |
void |
Identities.setAfi(IdentityAttributeRef afi) |
void |
IdentitiesContainer.setAfi(IdentityAttributeRef afi) |
void |
Identities.setSafi(IdentityAttributeRef safi) |
Copyright © 2019 OpenDaylight. All rights reserved.