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