Uses of Class
de.nava.informa.core.ChannelFormat

Packages that use ChannelFormat
de.nava.informa.core This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. 
de.nava.informa.impl.basic Provides an in-memory implementation of the core news channel interfaces. 
de.nava.informa.impl.hibernate Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org
de.nava.informa.utils Provides utility classes that are convenient when handling the news channel object model. 
 

Uses of ChannelFormat in de.nava.informa.core
 

Methods in de.nava.informa.core that return ChannelFormat
 ChannelFormat ChannelIF.getFormat()
          Gets the syntax format used by the channel.
static ChannelFormat ChannelFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChannelFormat[] ChannelFormat.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in de.nava.informa.core with parameters of type ChannelFormat
 void ChannelIF.setFormat(ChannelFormat format)
           
 

Uses of ChannelFormat in de.nava.informa.impl.basic
 

Methods in de.nava.informa.impl.basic that return ChannelFormat
 ChannelFormat Channel.getFormat()
           
 

Methods in de.nava.informa.impl.basic with parameters of type ChannelFormat
 void Channel.setFormat(ChannelFormat format)
           
 

Uses of ChannelFormat in de.nava.informa.impl.hibernate
 

Methods in de.nava.informa.impl.hibernate that return ChannelFormat
 ChannelFormat Channel.getFormat()
           
 

Methods in de.nava.informa.impl.hibernate with parameters of type ChannelFormat
 void Channel.setFormat(ChannelFormat aFormat)
           
 

Uses of ChannelFormat in de.nava.informa.utils
 

Methods in de.nava.informa.utils that return ChannelFormat
static ChannelFormat FormatDetector.getFormat(InputStream in)
          Guess the format of the specified news channel.
static ChannelFormat FormatDetector.getFormat(URL url)
          Guess the format of the specified news channel.
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.