Package org.jitterbit.integration.data.location.driver

Examples of org.jitterbit.integration.data.location.driver.ExportableDriverProperty


    }

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
            new ExportableDriverProperty(this),
            new ExportableStringProperty(this, SERVER_PROPERTY,
                    LocationMessages.getString("Property.Server"), true),
            new ExportableStringProperty(this, DATABASE_PROPERTY,
                    LocationMessages.getString("DatabaseLocation.Property.Database"), true),
            new ExportableStringProperty(this, PORT_PROPERTY,
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.data.location.driver.ExportableDriverProperty

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.