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

org.afplib.afplib.ECF Maven / Gradle / Ivy

Go to download

Java object library able to read and write AFP (Advanced Function Presentation) files.

There is a newer version: 0.0.15
Show newest version
/**
 */
package org.afplib.afplib;

import org.afplib.base.SF;

/**
 * 
 * A representation of the model object 'ECF'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.afplib.afplib.ECF#getRSName RS Name}
  • *
* * @see org.afplib.afplib.AfplibPackage#getECF() * @model * @generated */ public interface ECF extends SF { /** * Returns the value of the 'RS Name' attribute. * * * *

optional
fixed length

* * @return the value of the 'RS Name' attribute. * @see #setRSName(String) * @see org.afplib.afplib.AfplibPackage#getECF_RSName() * @model dataType="org.afplib.base.ModcaString8" * @generated */ String getRSName(); /** * Sets the value of the '{@link org.afplib.afplib.ECF#getRSName RS Name}' attribute. * * * @param value the new value of the 'RS Name' attribute. * @see #getRSName() * @generated */ void setRSName(String value); } // ECF




© 2015 - 2025 Weber Informatics LLC | Privacy Policy