org.afplib.afplib.PresentationControl 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.Triplet;
/**
*
* A representation of the model object 'Presentation Control'.
*
*
*
* The following features are supported:
*
* - {@link org.afplib.afplib.PresentationControl#getPRSFlg PRS Flg}
*
*
*
* @see org.afplib.afplib.AfplibPackage#getPresentationControl()
* @model
* @generated
*/
public interface PresentationControl extends Triplet {
/**
* Returns the value of the 'PRS Flg' attribute.
*
*
*
* mandatory
fixed length
*
* @return the value of the 'PRS Flg' attribute.
* @see #setPRSFlg(Integer)
* @see org.afplib.afplib.AfplibPackage#getPresentationControl_PRSFlg()
* @model required="true"
* @generated
*/
Integer getPRSFlg();
/**
* Sets the value of the '{@link org.afplib.afplib.PresentationControl#getPRSFlg PRS Flg}' attribute.
*
*
* @param value the new value of the 'PRS Flg' attribute.
* @see #getPRSFlg()
* @generated
*/
void setPRSFlg(Integer value);
} // PresentationControl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy