I_KneobaseConstants.java from Kneobase at Krugle
Show I_KneobaseConstants.java syntax highlighted
/*
* Created on 29/11/2004
*
*/
package com.kneobase;
/**
* @author Ernesto De Santis
*
*/
public interface I_KneobaseConstants {
//reserved words for specials values
public static final String CONTENTSOURCE = "_source_";
public static final String LANGUAGE = "_language_";
public static final String UUID = "_uuid_";
public static final String UUID_SEPARATOR = "<s>";
public static final String NONE_LANGUAGE = "none";
public static final String UNDEFINED_SOURCE = "undefined";
public static final String ALL_SOURCES_FLAG = "_all_";
public static final String ALL_LANGUAGES_FLAG = "_all_";
}
See more files for this project here