/**
*
*/
package org.topicquests.topicmap.json.model.api;
/**
* @author park
*
*/
public interface ISocialBookmarkLegend {
public static final String
TAG_BOOKMARK_RELATION_TYPE = "TagBookmarkRelationType",
TAG_USER_RELATION_TYPE = "TagUserRelationType",
USER_BOOKMARK_RELATIONTYPE = "UserBookmarkRelationType";
}