|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DataAmountUnit in org.skife.config |
|---|
| Methods in org.skife.config that return DataAmountUnit | |
|---|---|
static DataAmountUnit |
DataAmountUnit.fromString(String text)
|
DataAmountUnit |
DataAmount.getUnit()
|
static DataAmountUnit |
DataAmountUnit.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataAmountUnit[] |
DataAmountUnit.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.skife.config with parameters of type DataAmountUnit | |
|---|---|
DataAmount |
DataAmount.convertTo(DataAmountUnit unit)
|
| Constructors in org.skife.config with parameters of type DataAmountUnit | |
|---|---|
DataAmount(long value,
DataAmountUnit unit)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||