Package | Description |
---|---|
com.ur.urcap.api.domain.value.simple |
Modifier and Type | Method and Description |
---|---|
static Current.Unit |
Current.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Current.Unit[] |
Current.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Current |
SimpleValueFactory.createCurrent(double value,
Current.Unit unit)
Creates an object representing an electrical current value.
|
double |
Current.getAs(Current.Unit unit)
Provides the value in specified units.
|
Copyright © 2021. All rights reserved.