| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.common |
| Modifier and Type | Method and Description |
|---|---|
static Decimal64 |
Decimal64.valueOf(BigDecimal decimalVal) |
static Decimal64 |
Decimal64.valueOf(byte byteVal) |
static Decimal64 |
Decimal64.valueOf(double doubleVal) |
static Decimal64 |
Decimal64.valueOf(int intVal) |
static Decimal64 |
Decimal64.valueOf(long longVal) |
static Decimal64 |
Decimal64.valueOf(short shortVal) |
static Decimal64 |
Decimal64.valueOf(String str)
Attempt to parse a String into a Decimal64.
|
| Modifier and Type | Method and Description |
|---|---|
Variant<Decimal64,CanonicalValueViolation> |
Decimal64.Support.fromString(String str) |
CanonicalValueSupport<Decimal64> |
Decimal64.support() |
| Modifier and Type | Method and Description |
|---|---|
int |
Decimal64.compareTo(Decimal64 o) |
| Constructor and Description |
|---|
Decimal64(Decimal64 other) |
Copyright © 2019 OpenDaylight. All rights reserved.