com.sun.syndication.feed.module.mediarss.types
Class Expression

java.lang.Object
  extended by com.sun.syndication.feed.module.mediarss.types.Expression
All Implemented Interfaces:
java.io.Serializable

public class Expression
extends java.lang.Object
implements java.io.Serializable

expression determines if the object is a sample or the full version of the object, or even if it is a continuous stream (sample | full | nonstop). Default value is 'full'. It is an optional attribute.

See Also:
Serialized Form

Field Summary
static Expression FULL
          Represents a complete media object.
static Expression NONSTOP
          represents a streaming media object.
static Expression SAMPLE
          Represents a sample media object.
 
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

FULL

public static final Expression FULL
Represents a complete media object.


SAMPLE

public static final Expression SAMPLE
Represents a sample media object.


NONSTOP

public static final Expression NONSTOP
represents a streaming media object.

Method Detail

toString

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


Copyright © 2006-2009. All Rights Reserved.