public class JavaAttribute extends AbstractAttribute implements TypedAttribute
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION_OF_VALUE_ATTRIBUTE_FOR_UNION |
static Class<Character> |
TYPE_OF_ARTIFICIAL_UNION_PROPERTY |
node
Constructor and Description |
---|
JavaAttribute(org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode leaf,
TypeProviderWrapper typeProviderWrapper) |
JavaAttribute(org.opendaylight.yangtools.yang.model.api.LeafSchemaNode leaf,
TypeProviderWrapper typeProviderWrapper) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
OpenType<?> |
getCompositeTypeForIdentity() |
String |
getNullableDefault() |
String |
getNullableDefaultWrappedForCode() |
String |
getNullableDescription() |
OpenType<?> |
getOpenType() |
org.opendaylight.mdsal.binding.model.api.Type |
getType() |
org.opendaylight.yangtools.yang.model.api.TypeDefinition<?> |
getTypeDefinition() |
int |
hashCode() |
boolean |
isEnum() |
boolean |
isIdentityRef() |
boolean |
isUnion() |
String |
toString() |
getAttributeYangName, getLowerCaseCammelCase, getUpperCaseCammelCase
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAttributeYangName, getLowerCaseCammelCase, getUpperCaseCammelCase
public static final String DESCRIPTION_OF_VALUE_ATTRIBUTE_FOR_UNION
public JavaAttribute(org.opendaylight.yangtools.yang.model.api.LeafSchemaNode leaf, TypeProviderWrapper typeProviderWrapper)
public JavaAttribute(org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode leaf, TypeProviderWrapper typeProviderWrapper)
public boolean isUnion()
public boolean isEnum()
public org.opendaylight.yangtools.yang.model.api.TypeDefinition<?> getTypeDefinition()
public String getNullableDefaultWrappedForCode()
public org.opendaylight.mdsal.binding.model.api.Type getType()
getType
in interface TypedAttribute
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 OpenType<?> getOpenType()
getOpenType
in interface AttributeIfc
public boolean isIdentityRef()
public OpenType<?> getCompositeTypeForIdentity()
Copyright © 2019 OpenDaylight. All rights reserved.