Modifier and Type | Method and Description |
---|---|
static Map<org.opendaylight.yangtools.yang.common.QName,ServiceInterfaceEntry> |
ServiceInterfaceEntry.create(org.opendaylight.yangtools.yang.model.api.Module currentModule,
String packageName,
Map<org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode,ServiceInterfaceEntry> definedSEItracker) |
com.google.common.base.Optional<ServiceInterfaceEntry> |
ServiceInterfaceEntry.getBase() |
Modifier and Type | Method and Description |
---|---|
static Map<String,ModuleMXBeanEntry> |
ModuleMXBeanEntry.create(org.opendaylight.yangtools.yang.model.api.Module currentModule,
Map<org.opendaylight.yangtools.yang.common.QName,ServiceInterfaceEntry> qNamesToSIEs,
org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext,
TypeProviderWrapper typeProviderWrapper,
String packageName)
Transform module to zero or more ModuleMXBeanEntry instances.
|
static Map<org.opendaylight.yangtools.yang.common.QName,ServiceInterfaceEntry> |
ServiceInterfaceEntry.create(org.opendaylight.yangtools.yang.model.api.Module currentModule,
String packageName,
Map<org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode,ServiceInterfaceEntry> definedSEItracker) |
Modifier and Type | Method and Description |
---|---|
ServiceInterfaceEntry |
Dependency.getSie() |
Constructor and Description |
---|
AbstractDependencyAttribute(org.opendaylight.yangtools.yang.model.api.DataSchemaNode attrNode,
ServiceInterfaceEntry sie,
boolean mandatory,
String nullableDescription) |
Dependency(ServiceInterfaceEntry sie,
boolean mandatory) |
DependencyAttribute(org.opendaylight.yangtools.yang.model.api.DataSchemaNode attrNode,
ServiceInterfaceEntry sie,
boolean mandatory,
String nullableDescription) |
ListDependenciesAttribute(org.opendaylight.yangtools.yang.model.api.DataSchemaNode attrNode,
ServiceInterfaceEntry sie,
boolean mandatory,
String nullableDescription) |
Modifier and Type | Method and Description |
---|---|
static GeneralInterfaceTemplate |
TemplateFactory.serviceInterfaceFromSie(ServiceInterfaceEntry sie) |
Modifier and Type | Method and Description |
---|---|
static Annotation |
Annotation.createRequireIfcAnnotation(ServiceInterfaceEntry sie) |
static Collection<Annotation> |
Annotation.createSieAnnotations(ServiceInterfaceEntry sie) |
Copyright © 2019 OpenDaylight. All rights reserved.