public class RuntimeBeanEntry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RuntimeBeanEntry.Rpc |
Modifier and Type | Method and Description |
---|---|
static Map<String,RuntimeBeanEntry> |
extractClassNameToRuntimeBeanMap(String packageName,
org.opendaylight.yangtools.yang.model.api.DataNodeContainer container,
String moduleYangName,
TypeProviderWrapper typeProviderWrapper,
String javaNamePrefix,
org.opendaylight.yangtools.yang.model.api.Module currentModule,
org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext) |
Collection<AttributeIfc> |
getAttributes() |
List<RuntimeBeanEntry> |
getChildren() |
String |
getFullyQualifiedName(String typeName) |
String |
getJavaNameOfRuntimeMXBean() |
String |
getJavaNamePrefix() |
com.google.common.base.Optional<String> |
getKeyJavaName() |
com.google.common.base.Optional<String> |
getKeyYangName() |
String |
getPackageName() |
Set<RuntimeBeanEntry.Rpc> |
getRpcs() |
String |
getYangName() |
Map<String,AttributeIfc> |
getYangPropertiesToTypesMap() |
boolean |
isRoot() |
String |
toString() |
public static Map<String,RuntimeBeanEntry> extractClassNameToRuntimeBeanMap(String packageName, org.opendaylight.yangtools.yang.model.api.DataNodeContainer container, String moduleYangName, TypeProviderWrapper typeProviderWrapper, String javaNamePrefix, org.opendaylight.yangtools.yang.model.api.Module currentModule, org.opendaylight.yangtools.yang.model.api.SchemaContext schemaContext)
public boolean isRoot()
public com.google.common.base.Optional<String> getKeyYangName()
public com.google.common.base.Optional<String> getKeyJavaName()
public Collection<AttributeIfc> getAttributes()
public Map<String,AttributeIfc> getYangPropertiesToTypesMap()
public String getYangName()
public String getPackageName()
public String getJavaNamePrefix()
public List<RuntimeBeanEntry> getChildren()
public Set<RuntimeBeanEntry.Rpc> getRpcs()
public String getJavaNameOfRuntimeMXBean()
Copyright © 2019 OpenDaylight. All rights reserved.