Uses of Class
com.rometools.modules.mediarss.types.Metadata.RightsStatus
-
Packages that use Metadata.RightsStatus Package Description com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of Metadata.RightsStatus in com.rometools.modules.mediarss.types
Methods in com.rometools.modules.mediarss.types that return Metadata.RightsStatus Modifier and Type Method Description Metadata.RightsStatusMetadata. getRights()<media:rights>static Metadata.RightsStatusMetadata.RightsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Metadata.RightsStatus[]Metadata.RightsStatus. 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 Metadata.RightsStatus Modifier and Type Method Description voidMetadata. setRights(Metadata.RightsStatus rights)<media:rights>
-