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

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

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

Indicated the type of the relationship


Field Summary
static Restriction.Type COUNTRY
          Indicates a Country type.
static Restriction.Type URI
          Indicates a URI for a special restriction type.
 
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

COUNTRY

public static final Restriction.Type COUNTRY
Indicates a Country type.


URI

public static final Restriction.Type URI
Indicates a URI for a special restriction type.

Method Detail

toString

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


Copyright © 2006-2009. All Rights Reserved.