Class Restriction.Relationship
- java.lang.Object
-
- com.rometools.modules.mediarss.types.Restriction.Relationship
-
- Enclosing class:
- Restriction
public static final class Restriction.Relationship extends Object
Indicates the action of the relationship.
-
-
Field Summary
Fields Modifier and Type Field Description static Restriction.RelationshipALLOWAn Allow relationship.static Restriction.RelationshipDENYA deny relationship.
-
-
-
Field Detail
-
ALLOW
public static final Restriction.Relationship ALLOW
An Allow relationship.
-
DENY
public static final Restriction.Relationship DENY
A deny relationship.
-
-