public abstract class AbstractDependencyAttribute extends AbstractAttribute implements TypedAttribute
Modifier and Type | Field and Description |
---|---|
protected Dependency |
dependency |
protected String |
nullableDefault |
protected String |
nullableDescription |
node
Constructor and Description |
---|
AbstractDependencyAttribute(org.opendaylight.yangtools.yang.model.api.DataSchemaNode attrNode,
ServiceInterfaceEntry sie,
boolean mandatory,
String nullableDescription) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Dependency |
getDependency() |
String |
getNullableDefault() |
String |
getNullableDescription() |
int |
hashCode() |
String |
toString() |
getAttributeYangName, getLowerCaseCammelCase, getUpperCaseCammelCase
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
getAttributeYangName, getLowerCaseCammelCase, getOpenType, getUpperCaseCammelCase
protected final Dependency dependency
protected final String nullableDescription
protected final String nullableDefault
public AbstractDependencyAttribute(org.opendaylight.yangtools.yang.model.api.DataSchemaNode attrNode, ServiceInterfaceEntry sie, boolean mandatory, String nullableDescription)
public Dependency getDependency()
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
Copyright © 2019 OpenDaylight. All rights reserved.