package org.gcube.social_networking.socialnetworking.model.shared; /** * @author Massimiliano Assante ISTI-CNR * */ public enum PostType { JOIN, SHARE, PUBLISH, TWEET, CONNECTED, /** * Special case used when accounting */ ACCOUNTING, /** * Special case used when a Post is removed */ DISABLED; }