public class TOAttribute extends AbstractAttribute implements TypedAttribute
node
Modifier and Type | Method and Description |
---|---|
static <T extends org.opendaylight.yangtools.yang.model.api.DataNodeContainer & org.opendaylight.yangtools.yang.model.api.AugmentationTarget & org.opendaylight.yangtools.yang.model.api.DataSchemaNode> |
create(T containerSchemaNode,
TypeProviderWrapper typeProviderWrapper,
String packageName) |
boolean |
equals(Object o) |
Map<String,String> |
getAttributeNameMap() |
Map<String,AttributeIfc> |
getCapitalizedPropertiesToTypesMap() |
Map<String,AttributeIfc> |
getJmxPropertiesToTypesMap() |
String |
getNullableDefault() |
String |
getNullableDescription() |
CompositeType |
getOpenType() |
String |
getPackageName() |
org.opendaylight.mdsal.binding.model.api.Type |
getType() |
Map<String,AttributeIfc> |
getYangPropertiesToTypesMap() |
int |
hashCode() |
String |
toString() |
getAttributeYangName, getLowerCaseCammelCase, getUpperCaseCammelCase
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAttributeYangName, getLowerCaseCammelCase, getUpperCaseCammelCase
public static <T extends org.opendaylight.yangtools.yang.model.api.DataNodeContainer & org.opendaylight.yangtools.yang.model.api.AugmentationTarget & org.opendaylight.yangtools.yang.model.api.DataSchemaNode> TOAttribute create(T containerSchemaNode, TypeProviderWrapper typeProviderWrapper, String packageName)
public Map<String,AttributeIfc> getCapitalizedPropertiesToTypesMap()
public Map<String,AttributeIfc> getJmxPropertiesToTypesMap()
public Map<String,AttributeIfc> getYangPropertiesToTypesMap()
public String getNullableDescription()
getNullableDescription
in interface AttributeIfc
public String getNullableDefault()
getNullableDefault
in interface AttributeIfc
public boolean equals(Object o)
equals
in class AbstractAttribute
public int hashCode()
hashCode
in class AbstractAttribute
public org.opendaylight.mdsal.binding.model.api.Type getType()
getType
in interface TypedAttribute
public CompositeType getOpenType()
getOpenType
in interface AttributeIfc
public String getPackageName()
Copyright © 2019 OpenDaylight. All rights reserved.