Examples of ExportableIntProperty


Examples of org.jitterbit.integration.data.ExportableIntProperty

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
                new ExportableStringProperty(this, PROPERTY_HOST, LocationMessages
                                .getString("FtpLocation.Property.Host"), true),
                new ExportableIntProperty(this, PROPERTY_PORT, LocationMessages
                                .getString("FtpLocation.Property.Port"), true, DEFAULT_PORT),
                new ExportableStringProperty(this, PROPERTY_HOST_PATH, LocationMessages
                                .getString("FtpLocation.Property.Path"), true),
                new ExportableStringProperty(this, PROPERTY_FILE_FILTER,
                                LocationMessages.getString("FileLocation.Property.File"), false),
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.