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

Packages that use Expression
com.sun.syndication.feed.module.mediarss.types This package contains datatypes for working with MediaRSS. 
 

Uses of Expression in com.sun.syndication.feed.module.mediarss.types
 

Fields in com.sun.syndication.feed.module.mediarss.types declared as Expression
static Expression Expression.FULL
          Represents a complete media object.
static Expression Expression.NONSTOP
          represents a streaming media object.
static Expression Expression.SAMPLE
          Represents a sample media object.
 

Methods in com.sun.syndication.feed.module.mediarss.types that return Expression
 Expression MediaContent.getExpression()
          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).
 

Methods in com.sun.syndication.feed.module.mediarss.types with parameters of type Expression
 void MediaContent.setExpression(Expression expression)
          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).
 



Copyright © 2006-2009. All Rights Reserved.