com.sun.syndication.feed.module.mediarss.types
Class Restriction.Relationship

java.lang.Object
  extended by com.sun.syndication.feed.module.mediarss.types.Restriction.Relationship
Enclosing class:
Restriction

public static class Restriction.Relationship
extends java.lang.Object

Indicates the action of the relationship


Field Summary
static Restriction.Relationship ALLOW
          An Allow relationship
static Restriction.Relationship DENY
          A deny relationship.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALLOW

public static final Restriction.Relationship ALLOW
An Allow relationship


DENY

public static final Restriction.Relationship DENY
A deny relationship.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2009. All Rights Reserved.