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()
TypeDefinitiondefault substatement of the YANG typedef
statement.getDefaultValue in interface TypeDefinition<UnsignedIntegerTypeDefinition>Object type which contains default value
for typedefpublic String toString()
public UnsignedIntegerTypeDefinition getBaseType()
TypeDefinitiongetBaseType 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()
TypeDefinitionunits substatement of the YANG typedef
statement.getUnits in interface TypeDefinition<UnsignedIntegerTypeDefinition>public QName getQName()
SchemaNodeSchemaNode.getQName in interface SchemaNodepublic SchemaPath getPath()
SchemaNodeSchemaNode SchemaNode.getPath in interface SchemaNodepublic String getDescription()
DocumentedNodeSchemaNodegetDescription in interface DocumentedNodedescription substatementpublic String getReference()
DocumentedNodeSchemaNode
The reference refers to external document that provides additional
information relevant for the instance of this type.getReference in interface DocumentedNodereference
substatementpublic Status getStatus()
DocumentedNodeSchemaNodegetStatus in interface DocumentedNodestatus substatementpublic List<RangeConstraint> getRangeConstraints()
UnsignedIntegerTypeDefinitionUnsignedIntegerTypeDefinition.getRangeConstraints in interface UnsignedIntegerTypeDefinitionRangeConstraint which represents the YANG
range substatement arguments.public List<UnknownSchemaNode> getUnknownSchemaNodes()
SchemaNodeSchemaNode.getUnknownSchemaNodes in interface SchemaNodeCopyright © 2017 OpenDaylight. All rights reserved.