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