Constant Field Values

Contents

net.didion.*

  • net.didion.jwnl.data.Adjective 
    Modifier and Type Constant Field Value
    static final long serialVersionUID 937870634100403173L
  • net.didion.jwnl.data.Exc 
    Modifier and Type Constant Field Value
    static final long serialVersionUID -5792651340274489357L
  • net.didion.jwnl.data.IndexWord 
    Modifier and Type Constant Field Value
    static final long serialVersionUID -2136983562978852712L
  • net.didion.jwnl.data.Pointer 
    Modifier and Type Constant Field Value
    static final long serialVersionUID -1275571290466732179L
  • net.didion.jwnl.data.PointerTarget 
    Modifier and Type Constant Field Value
    static final long serialVersionUID 3230195199146939027L
  • net.didion.jwnl.data.PointerType 
    Modifier and Type Constant Field Value
    private static final int ADJ 4
    private static final int ADV 8
    private static final int LEXICAL 16
    private static final int N 1
    static final long serialVersionUID 220886251671304256L
    private static final int V 2
  • net.didion.jwnl.data.PointerUtils 
    Modifier and Type Constant Field Value
    public static final int INFINITY 2147483647
  • net.didion.jwnl.data.POS 
    Modifier and Type Constant Field Value
    static final long serialVersionUID 4311120391558046419L
  • net.didion.jwnl.data.Synset 
    Modifier and Type Constant Field Value
    static final long serialVersionUID 4038955719653496529L
  • net.didion.jwnl.data.SynsetProxy 
    Modifier and Type Constant Field Value
    static final long serialVersionUID -9020360688433081684L
  • net.didion.jwnl.data.Verb 
    Modifier and Type Constant Field Value
    static final long serialVersionUID 1639186403690898842L
  • net.didion.jwnl.data.VerbFrame 
    Modifier and Type Constant Field Value
    static final long serialVersionUID 1450633678809744269L
  • net.didion.jwnl.data.Word 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 8591237840924027785L
  • net.didion.jwnl.dictionary.database.DatabaseManagerImpl 
    Modifier and Type Constant Field Value
    protected static final java.lang.String ALL_EXCEPTIONS_SQL "SELECT lemma FROM Exception WHERE pos = ?"
    protected static final java.lang.String ALL_LEMMAS_LIKE_SQL "SELECT lemma FROM IndexWord WHERE pos = ? AND lemma LIKE ?"
    protected static final java.lang.String ALL_LEMMAS_SQL "SELECT lemma FROM IndexWord WHERE pos = ?"
    protected static final java.lang.String ALL_SYNSETS_SQL "SELECT offset FROM Synset WHERE pos = ?"
    protected static final java.lang.String COUNT_INDEX_WORDS_SQL "SELECT MIN(index_word_id), MAX(index_word_id) FROM indexword WHERE pos = ?"
    public static final java.lang.String DRIVER "driver"
    protected static final java.lang.String EXCEPTION_SQL "SELECT exception FROM Exception WHERE pos = ? AND lemma = ?"
    public static final java.lang.String JNDI "jndi"
    protected static final java.lang.String LEMMA_FOR_INDEX_WORD_ID_SQL "SELECT iw.lemma FROM IndexWord iw WHERE iw.pos = ? AND iw.index_word_id = ?"
    public static final java.lang.String PASSWORD "password"
    protected static final java.lang.String SYNSET_IDS_FOR_INDEX_WORD_SQL "SELECT syn.file_offset, iws.synset_id, syn.synset_id FROM IndexWordSynset iws, IndexWord iw, Synset syn WHERE iws.index_word_id = iw.index_word_id AND syn.synset_id = iws.synset_id AND iw.pos = ? AND iw.lemma = ?"
    protected static final java.lang.String SYNSET_POINTER_SQL "SELECT sp.pointer_type, sp.target_offset, sp.target_pos, sp.source_index, sp.target_index FROM Synset s, SynsetPointer sp WHERE s.synset_id = sp.synset_id AND s.pos = ? AND s.file_offset = ?"
    protected static final java.lang.String SYNSET_SQL "SELECT is_adj_cluster, gloss FROM Synset WHERE pos = ? AND file_offset = ?"
    protected static final java.lang.String SYNSET_VERB_FRAME_SQL "SELECT svf.frame_number, svf.word_index FROM Synset s, SynsetVerbFrame svf WHERE s.synset_id = svf.synset_id AND s.pos = ? AND s.file_offset = ?"
    protected static final java.lang.String SYNSET_WORD_SQL "SELECT sw.word, sw.word_index FROM Synset s, SynsetWord sw WHERE s.synset_id = sw.synset_id AND s.pos = ? AND s.file_offset = ?"
    public static final java.lang.String URL "url"
    public static final java.lang.String USERNAME "username"
  • net.didion.jwnl.dictionary.database.SenseAndUsageDatabaseManager 
    Modifier and Type Constant Field Value
    protected static final java.lang.String SENSE_SYNSET_WORD_SQL "SELECT sw.word, sw.word_index, sw.sense_key, sw.usage_cnt FROM Synset s, SynsetWord sw WHERE s.synset_id = sw.synset_id AND s.pos = ? AND s.file_offset = ?"
  • net.didion.jwnl.dictionary.file.DictionaryFile 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMMENT_HEADER " "
  • net.didion.jwnl.dictionary.file_manager.FileManagerImpl 
    Modifier and Type Constant Field Value
    public static final java.lang.String FILE_TYPE "file_type"
    public static final java.lang.String PATH "dictionary_path"
  • net.didion.jwnl.dictionary.file_manager.RemoteFileManager 
    Modifier and Type Constant Field Value
    public static final java.lang.String BINDING_NAME "jwnl"
  • net.didion.jwnl.utilities.Examples 
    Modifier and Type Constant Field Value
    private static final java.lang.String USAGE "java Examples <properties file>"