Package | Description |
---|---|
org.opendaylight.yangtools.yang.common |
Modifier and Type | Method and Description |
---|---|
static Uint64 |
Uint64.fromLongBits(long bits) |
static Uint64 |
Uint64.fromUnsignedLong(com.google.common.primitives.UnsignedLong ulong) |
static Uint64 |
Uint64.valueOf(BigInteger bigInt) |
static Uint64 |
Uint64.valueOf(byte byteVal) |
static Uint64 |
Uint64.valueOf(int intVal) |
static Uint64 |
Uint64.valueOf(long longVal) |
static Uint64 |
Uint64.valueOf(short shortVal) |
static Uint64 |
Uint64.valueOf(String string) |
static Uint64 |
Uint64.valueOf(String string,
int radix) |
static Uint64 |
Uint64.valueOf(Uint16 uint) |
static Uint64 |
Uint64.valueOf(Uint32 uint) |
static Uint64 |
Uint64.valueOf(Uint8 uint) |
Modifier and Type | Method and Description |
---|---|
Variant<Uint64,CanonicalValueViolation> |
Uint64.Support.fromString(String str) |
CanonicalValueSupport<Uint64> |
Uint64.support() |
Modifier and Type | Method and Description |
---|---|
int |
Uint64.compareTo(Uint64 o) |
static Uint32 |
Uint32.valueOf(Uint64 uint) |
static Uint8 |
Uint8.valueOf(Uint64 uint) |
static Uint16 |
Uint16.valueOf(Uint64 uint) |
Constructor and Description |
---|
Uint64(Uint64 other) |
Copyright © 2019 OpenDaylight. All rights reserved.