Uses of Class
org.apache.juneau.bean.atom.Text
Packages that use Text
- 
Uses of Text in org.apache.juneau.bean.atomSubclasses of Text in org.apache.juneau.bean.atomMethods in org.apache.juneau.bean.atom that return TextModifier and TypeMethodDescriptionCommonEntry.getRights()Bean property getter:rights .Feed.getSubtitle()Bean property getter:subtitle .Source.getSubtitle()Bean property getter:subtitle .Entry.getSummary()Bean property getter:summary .CommonEntry.getTitle()Bean property getter:title .Bean property setter:text .Bean property setter:type .static final TextAtomBuilder.text()Creates aTextelement.static final TextCreates aTextelement with the specifiedsetType(String)attribute.Methods in org.apache.juneau.bean.atom with parameters of type TextModifier and TypeMethodDescriptionstatic final EntryCreates anEntryelement with the specifiedEntry.setId(Id),Entry.setTitle(Text), andEntry.setUpdated(Calendar)attributes.static final FeedCreates aFeedelement with the specifiedFeed.setId(Id),Entry.setTitle(Text), andFeed.setUpdated(Calendar)attributes.Bean property setter:rights .Feed.setSubtitle(Text value) Bean property setter:subtitle .Source.setSubtitle(Text value) Bean property setter:subtitle .Entry.setSummary(Text value) Bean property setter:summary .Bean property setter:title .Constructors in org.apache.juneau.bean.atom with parameters of type Text