| Package | Description |
|---|---|
| org.harctoolbox.IrpMaster |
| Modifier and Type | Method and Description |
|---|---|
DurationType |
Duration.getDurationType() |
static DurationType |
DurationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DurationType[] |
DurationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Duration |
Duration.newDuration(Protocol env,
double time,
String unit,
DurationType durationType) |
| Constructor and Description |
|---|
Duration(Protocol env,
double time,
DurationType dt) |
Duration(Protocol env,
double time,
String unit,
DurationType dt) |
Copyright © 2016. All rights reserved.