All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.altova.text.edi.EDIFixedDataCompletion Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
////////////////////////////////////////////////////////////////////////
//
// EDIFixedDataCompletion.java
//
// This file was generated by MapForce 2017sp2.
//
// YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
// OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
//
// Refer to the MapForce Documentation for further details.
// http://www.altova.com/mapforce
//
////////////////////////////////////////////////////////////////////////

package com.altova.text.edi;

import com.altova.text.ITextNode;

public class EDIFixedDataCompletion extends DataCompletion {
//    private EDIFixedSettings mSettings = null;

    public EDIFixedDataCompletion(TextDocument document, EDIFixedSettings settings, String structurename) {
        super(document, structurename);
//        mSettings = settings;
    }

    public void completeData(ITextNode dataroot, Particle rootParticle) {
        completeMandatory(dataroot, rootParticle);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy