public abstract class AmountWrapper extends Object
| Constructor and Description |
|---|
AmountWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static AmountWrapper |
create(org.jscience.physics.amount.Amount<?> amount) |
static AmountWrapper |
create(org.jscience.physics.amount.Amount<?> amount,
boolean determined) |
abstract org.jscience.physics.amount.Amount<?> |
getAmount() |
abstract boolean |
isDetermined() |
@Nullable public abstract org.jscience.physics.amount.Amount<?> getAmount()
public abstract boolean isDetermined()
public static AmountWrapper create(org.jscience.physics.amount.Amount<?> amount)
public static AmountWrapper create(org.jscience.physics.amount.Amount<?> amount, boolean determined)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.