Uses of Class
com.rometools.modules.mediarss.types.Restriction.Type
-
Packages that use Restriction.Type Package Description com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of Restriction.Type in com.rometools.modules.mediarss.types
Fields in com.rometools.modules.mediarss.types declared as Restriction.Type Modifier and Type Field Description static Restriction.TypeRestriction.Type. COUNTRYIndicates a Country type.static Restriction.TypeRestriction.Type. SHARINGIndicates a sharing type.static Restriction.TypeRestriction.Type. URIIndicates a URI for a special restriction type.Methods in com.rometools.modules.mediarss.types that return Restriction.Type Modifier and Type Method Description Restriction.TypeRestriction. getType()Constructors in com.rometools.modules.mediarss.types with parameters of type Restriction.Type Constructor Description Restriction(Restriction.Relationship relationship, Restriction.Type type, String value)
-