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