@Beta public abstract class UnresolvedNumber extends Number implements Immutable
| Constructor and Description |
|---|
UnresolvedNumber() |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
static UnresolvedNumber |
max() |
static UnresolvedNumber |
min() |
abstract Number |
resolveLength(List<LengthConstraint> constraints) |
abstract Number |
resolveRange(List<RangeConstraint> constraints) |
abstract String |
toString() |
byteValue, shortValuepublic static UnresolvedNumber min()
public static UnresolvedNumber max()
public final float floatValue()
floatValue in class Numberpublic final double doubleValue()
doubleValue in class Numberpublic abstract Number resolveLength(List<LengthConstraint> constraints)
public abstract Number resolveRange(List<RangeConstraint> constraints)
Copyright © 2018 OpenDaylight. All rights reserved.