// // TrexClient - (c) 2008 SAP AG // // created from TopType.xsd/wsdl. ! do not edit ! // package com.sap.trex.client; public class TopType { public static final int TOPTYPE_NONE = 0; public static final int TOPTYPE_TOPN = 1; public static final int TOPTYPE_TOPSUM = 2; public static final int TOPTYPE_TOPPERCENT = 3; }