|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdatePeriodEnum | |
|---|---|
| yarfraw.generated.rss10.elements | |
| yarfraw.utils | |
| Uses of UpdatePeriodEnum in yarfraw.generated.rss10.elements |
|---|
| Fields in yarfraw.generated.rss10.elements declared as UpdatePeriodEnum | |
|---|---|
protected UpdatePeriodEnum |
SyndicationExtension.updatePeriod
|
| Methods in yarfraw.generated.rss10.elements that return UpdatePeriodEnum | |
|---|---|
static UpdatePeriodEnum |
UpdatePeriodEnum.fromValue(String v)
|
UpdatePeriodEnum |
SyndicationExtension.getUpdatePeriod()
Gets the value of the updatePeriod property. |
static UpdatePeriodEnum |
UpdatePeriodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UpdatePeriodEnum[] |
UpdatePeriodEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in yarfraw.generated.rss10.elements that return types with arguments of type UpdatePeriodEnum | |
|---|---|
JAXBElement<UpdatePeriodEnum> |
ObjectFactory.createUpdatePeriod(UpdatePeriodEnum value)
Create an instance of JAXBElement<UpdatePeriodEnum>} |
| Methods in yarfraw.generated.rss10.elements with parameters of type UpdatePeriodEnum | |
|---|---|
JAXBElement<UpdatePeriodEnum> |
ObjectFactory.createUpdatePeriod(UpdatePeriodEnum value)
Create an instance of JAXBElement<UpdatePeriodEnum>} |
void |
SyndicationExtension.setUpdatePeriod(UpdatePeriodEnum value)
Sets the value of the updatePeriod property. |
| Uses of UpdatePeriodEnum in yarfraw.utils |
|---|
| Methods in yarfraw.utils with parameters of type UpdatePeriodEnum | |
|---|---|
static Integer |
CommonUtils.calculateTtl(UpdatePeriodEnum updatePeriod,
BigInteger updateFrequency)
calculate the ttl value from updatePeriod and updateFrequency |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||