| Package | Description |
|---|---|
| com.rometools.modules.mediarss.types |
This package contains datatypes for working with MediaRSS.
|
| Modifier and Type | Method and Description |
|---|---|
Price.Type |
Price.getType()
Valid values are "rent", "purchase", "package" or "subscription".
|
static Price.Type |
Price.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Price.Type[] |
Price.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Price.setType(Price.Type type)
Valid values are "rent", "purchase", "package" or "subscription".
|
Copyright © 2021. All rights reserved.