org.afplib.afplib.LNC 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 'LNC'.
*
*
*
* The following features are supported:
*
*
* - {@link org.afplib.afplib.LNC#getNumDSC Num DSC}
*
*
* @see org.afplib.afplib.AfplibPackage#getLNC()
* @model
* @generated
*/
public interface LNC extends SF {
/**
* Returns the value of the 'Num DSC' attribute.
*
*
*
* mandatory
fixed length
*
* @return the value of the 'Num DSC' attribute.
* @see #setNumDSC(Integer)
* @see org.afplib.afplib.AfplibPackage#getLNC_NumDSC()
* @model required="true"
* @generated
*/
Integer getNumDSC();
/**
* Sets the value of the '{@link org.afplib.afplib.LNC#getNumDSC Num DSC}' attribute.
*
*
* @param value the new value of the 'Num DSC' attribute.
* @see #getNumDSC()
* @generated
*/
void setNumDSC(Integer value);
} // LNC
© 2015 - 2025 Weber Informatics LLC | Privacy Policy