Uses of Class
org.apache.wink.common.model.synd.SyndTextType

Packages that use SyndTextType
org.apache.wink.common.model.synd   
 

Uses of SyndTextType in org.apache.wink.common.model.synd
 

Methods in org.apache.wink.common.model.synd that return SyndTextType
 SyndTextType SyndText.getType()
           
static SyndTextType SyndTextType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SyndTextType[] SyndTextType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wink.common.model.synd with parameters of type SyndTextType
 void SyndText.setType(SyndTextType type)
           
 

Constructors in org.apache.wink.common.model.synd with parameters of type SyndTextType
SyndText(java.lang.String text, SyndTextType type)
           
 



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.