org.afplib.afplib.PagePositionInformation 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 'Page Position Information'.
*
*
*
* The following features are supported:
*
*
* - {@link org.afplib.afplib.PagePositionInformation#getPGPRG PGPRG}
*
*
* @see org.afplib.afplib.AfplibPackage#getPagePositionInformation()
* @model
* @generated
*/
public interface PagePositionInformation extends Triplet {
/**
* Returns the value of the 'PGPRG' attribute.
*
*
*
* mandatory
fixed length
*
* @return the value of the 'PGPRG' attribute.
* @see #setPGPRG(Integer)
* @see org.afplib.afplib.AfplibPackage#getPagePositionInformation_PGPRG()
* @model required="true"
* @generated
*/
Integer getPGPRG();
/**
* Sets the value of the '{@link org.afplib.afplib.PagePositionInformation#getPGPRG PGPRG}' attribute.
*
*
* @param value the new value of the 'PGPRG' attribute.
* @see #getPGPRG()
* @generated
*/
void setPGPRG(Integer value);
} // PagePositionInformation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy