BaseTypes.uint64Type()
instead@Deprecated public final class Uint64 extends Object implements Immutable
BigInteger
.Modifier and Type | Field and Description |
---|---|
static BigInteger |
MAX_VALUE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
UnsignedIntegerTypeDefinition |
getBaseType()
Deprecated.
Returns the base type from which this type is derived.
|
Object |
getDefaultValue()
Deprecated.
Returns the default value which represents the value of the argument of
the
default substatement of the YANG typedef
statement. |
String |
getDescription()
Deprecated.
Returns description of the instance of the type
SchemaNode |
static Uint64 |
getInstance()
Deprecated.
|
SchemaPath |
getPath()
Deprecated.
Returns the schema path of the instance of the type
SchemaNode SchemaNode . |
QName |
getQName()
Deprecated.
Returns QName of the instance of the type
SchemaNode . |
List<RangeConstraint> |
getRangeConstraints()
Deprecated.
Returns range data of the instance of the type
UnsignedIntegerTypeDefinition . |
String |
getReference()
Deprecated.
Returns reference of the instance of the type
SchemaNode
The reference refers to external document that provides additional
information relevant for the instance of this type. |
Status |
getStatus()
Deprecated.
Returns status of the instance of the type
SchemaNode |
String |
getUnits()
Deprecated.
Returns the unit which represents the value of the argument of the
units substatement of the YANG typedef
statement. |
List<UnknownSchemaNode> |
getUnknownSchemaNodes()
Deprecated.
Returns unknown schema nodes which belongs to this instance of the type
SchemaNode . |
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public static final BigInteger MAX_VALUE
public static Uint64 getInstance()
public Object getDefaultValue()
TypeDefinition
default
substatement of the YANG typedef
statement.getDefaultValue
in interface TypeDefinition<UnsignedIntegerTypeDefinition>
Object
type which contains default value
for typedef
public String toString()
public UnsignedIntegerTypeDefinition getBaseType()
TypeDefinition
getBaseType
in interface TypeDefinition<UnsignedIntegerTypeDefinition>
<T>
type which represents the base
type of instance of the TypeDefinition
type or null,
if this is yang built-in typepublic String getUnits()
TypeDefinition
units
substatement of the YANG typedef
statement.getUnits
in interface TypeDefinition<UnsignedIntegerTypeDefinition>
public QName getQName()
SchemaNode
SchemaNode
.getQName
in interface SchemaNode
public SchemaPath getPath()
SchemaNode
SchemaNode
SchemaNode
.getPath
in interface SchemaNode
public String getDescription()
DocumentedNode
SchemaNode
getDescription
in interface DocumentedNode
description
substatementpublic String getReference()
DocumentedNode
SchemaNode
The reference refers to external document that provides additional
information relevant for the instance of this type.getReference
in interface DocumentedNode
reference
substatementpublic Status getStatus()
DocumentedNode
SchemaNode
getStatus
in interface DocumentedNode
status
substatementpublic List<RangeConstraint> getRangeConstraints()
UnsignedIntegerTypeDefinition
UnsignedIntegerTypeDefinition
.getRangeConstraints
in interface UnsignedIntegerTypeDefinition
RangeConstraint
which represents the YANG
range
substatement arguments.public List<UnknownSchemaNode> getUnknownSchemaNodes()
SchemaNode
SchemaNode
.getUnknownSchemaNodes
in interface SchemaNode
Copyright © 2017 OpenDaylight. All rights reserved.