// // TrexClient - (c) Copyright 2008-2009 SAP AG // // created from ServiceMode.xsd/wsdl. ! do not edit ! // package com.sap.trex.client; public class ServiceMode { public static final int SERVICEMODE_ANYMODE = 0; /**< this is a comment */ public static final int SERVICEMODE_SEARCHMODE = 1; public static final int SERVICEMODE_STAGINGMODE = 2; public static final int SERVICEMODE_INDEXMODE = 3; }