All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gr.iti.mklab.framework.common.domain.Source Maven / Gradle / Ivy

package gr.iti.mklab.framework.common.domain;

import org.mongodb.morphia.annotations.Entity;

/**
 *
 * @author	Manos Schinas - [email protected]
 * 
 */

@Entity(noClassnameStored = true)
public  enum Source {
	All, 
	Facebook, 
	Twitter, 
	Flickr, 
	Web, 
	Youtube, 
	WebFeeds, 
	GooglePlus, 
	Tumblr, 
	Instagram, 
	Google, 
	Topsy,
	RSS,
	Reddit,
	OpenFuego,
	NewsWhip,
	TrendsMap,
	LiveStream
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy