Class Restriction.Type
- java.lang.Object
-
- com.rometools.modules.mediarss.types.Restriction.Type
-
- Enclosing class:
- Restriction
public static final class Restriction.Type extends Object
Indicated the type of the relationship.
-
-
Field Summary
Fields Modifier and Type Field Description static Restriction.TypeCOUNTRYIndicates a Country type.static Restriction.TypeSHARINGIndicates a sharing type.static Restriction.TypeURIIndicates a URI for a special restriction type.
-
-
-
Field Detail
-
COUNTRY
public static final Restriction.Type COUNTRY
Indicates a Country type.
-
SHARING
public static final Restriction.Type SHARING
Indicates a sharing type.
-
URI
public static final Restriction.Type URI
Indicates a URI for a special restriction type.
-
-