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