org.afplib.afplib.FNN Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of afplib Show documentation
Show all versions of afplib Show documentation
Java object library able to read and write AFP (Advanced Function Presentation) files.
/**
*/
package org.afplib.afplib;
import org.afplib.base.SF;
/**
*
* A representation of the model object 'FNN'.
*
*
*
* The following features are supported:
*
*
* - {@link org.afplib.afplib.FNN#getFNNData FNN Data}
*
*
* @see org.afplib.afplib.AfplibPackage#getFNN()
* @model
* @generated
*/
public interface FNN extends SF {
/**
* Returns the value of the 'FNN Data' attribute.
*
*
*
* optional
variable length
*
* @return the value of the 'FNN Data' attribute.
* @see #setFNNData(byte[])
* @see org.afplib.afplib.AfplibPackage#getFNN_FNNData()
* @model
* @generated
*/
byte[] getFNNData();
/**
* Sets the value of the '{@link org.afplib.afplib.FNN#getFNNData FNN Data}' attribute.
*
*
* @param value the new value of the 'FNN Data' attribute.
* @see #getFNNData()
* @generated
*/
void setFNNData(byte[] value);
} // FNN
© 2015 - 2025 Weber Informatics LLC | Privacy Policy