Package | Description |
---|---|
com.versionone |
Modifier and Type | Method and Description |
---|---|
Duration.Unit |
Duration.getUnits()
return the units specified by this Duration
|
static Duration.Unit |
Duration.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Duration.Unit[] |
Duration.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Duration(int amount,
Duration.Unit units)
Create from amount and unit
|
Copyright © 2015 VersionOne, Inc.. All rights reserved.