public abstract class AbstractAttribute extends Object implements AttributeIfc
Modifier and Type | Field and Description |
---|---|
protected org.opendaylight.yangtools.yang.model.api.DataSchemaNode |
node |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAttributeYangName()
Name of attribute, starting with low case
|
String |
getLowerCaseCammelCase() |
String |
getUpperCaseCammelCase() |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getNullableDefault, getNullableDescription, getOpenType
public String getAttributeYangName()
AttributeIfc
getAttributeYangName
in interface AttributeIfc
public String getUpperCaseCammelCase()
getUpperCaseCammelCase
in interface AttributeIfc
ModuleMXBeanEntry.getJavaNamePrefix()
public String getLowerCaseCammelCase()
getLowerCaseCammelCase
in interface AttributeIfc
Copyright © 2019 OpenDaylight. All rights reserved.