| Package | Description |
|---|---|
| net.named_data.jndn.encrypt |
| Modifier and Type | Method and Description |
|---|---|
RepetitiveInterval.RepeatUnit |
RepetitiveInterval.getRepeatUnit()
Get the repeat unit.
|
static RepetitiveInterval.RepeatUnit |
RepetitiveInterval.RepeatUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepetitiveInterval.RepeatUnit[] |
RepetitiveInterval.RepeatUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
RepetitiveInterval.getRepeatUnitNumericType(RepetitiveInterval.RepeatUnit repeatUnit)
Get the numeric value associated with the repeatUnit.
|
| Constructor and Description |
|---|
RepetitiveInterval(double startDate,
double endDate,
int intervalStartHour,
int intervalEndHour,
int nRepeats,
RepetitiveInterval.RepeatUnit repeatUnit)
Create a RepetitiveInterval with the given values.
|
Copyright © 2019. All rights reserved.