// // TrexClient - (c) 2008 SAP AG // // created from TermAction.xsd/wsdl. ! do not edit ! // package com.sap.trex.client; public class TermAction { public static final int TERMACTION_EXACT = 69; public static final int TERMACTION_FUZZY = 70; public static final int TERMACTION_GUZZY = 71; public static final int TERMACTION_LINGUISTIC = 76; public static final int TERMACTION_WORD = 87; }