Uses of Class
com.rometools.modules.mediarss.types.Price.Type
-
Packages that use Price.Type Package Description com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of Price.Type in com.rometools.modules.mediarss.types
Methods in com.rometools.modules.mediarss.types that return Price.Type Modifier and Type Method Description Price.TypePrice. getType()Valid values are "rent", "purchase", "package" or "subscription".static Price.TypePrice.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.Methods in com.rometools.modules.mediarss.types with parameters of type Price.Type Modifier and Type Method Description voidPrice. setType(Price.Type type)Valid values are "rent", "purchase", "package" or "subscription".
-