Package org.jitterbit.util

Examples of org.jitterbit.util.SortOrder


            fields[0] = tranId;
            fields[1] = Integer.toString(0); // This was previously an int member called groupID that was never assigned to anything
            fields[2] = getTableName();
            fields[3] = getColumnName();
            fields[4] = getCondition();
            SortOrder sortOrder = getSortOrder();
            fields[5] = sortOrder != null ? sortOrder.getAbbreviation() : "";
            return fields;
        }
View Full Code Here

TOP

Related Classes of org.jitterbit.util.SortOrder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.