Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.atom.AtomEntryContent.Type

Packages that use AtomEntryContent.Type
com.liferay.portal.kernel.atom   
 

Uses of AtomEntryContent.Type in com.liferay.portal.kernel.atom
 

Methods in com.liferay.portal.kernel.atom that return AtomEntryContent.Type
 AtomEntryContent.Type AtomEntryContent.getType()
           
static AtomEntryContent.Type AtomEntryContent.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AtomEntryContent.Type[] AtomEntryContent.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.atom with parameters of type AtomEntryContent.Type
 void AtomEntryContent.setType(AtomEntryContent.Type type)
           
 

Constructors in com.liferay.portal.kernel.atom with parameters of type AtomEntryContent.Type
AtomEntryContent(AtomEntryContent.Type type)
           
AtomEntryContent(String text, AtomEntryContent.Type type)
           
 


Liferay 6.2-ce-ga5