org.afplib.afplib.MPORG 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;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'MPORG'.
*
*
*
* The following features are supported:
*
*
* - {@link org.afplib.afplib.MPORG#getRGLength RG Length}
* - {@link org.afplib.afplib.MPORG#getTriplets Triplets}
*
*
* @see org.afplib.afplib.AfplibPackage#getMPORG()
* @model
* @generated
*/
public interface MPORG extends Triplet {
/**
* Returns the value of the 'RG Length' attribute.
*
*
*
* mandatory
fixed length
*
* @return the value of the 'RG Length' attribute.
* @see #setRGLength(Integer)
* @see org.afplib.afplib.AfplibPackage#getMPORG_RGLength()
* @model required="true"
* @generated
*/
Integer getRGLength();
/**
* Sets the value of the '{@link org.afplib.afplib.MPORG#getRGLength RG Length}' attribute.
*
*
* @param value the new value of the 'RG Length' attribute.
* @see #getRGLength()
* @generated
*/
void setRGLength(Integer value);
/**
* Returns the value of the 'Triplets' containment reference list.
* The list contents are of type {@link org.afplib.base.Triplet}.
*
*
*
* mandatory
variable length
*
* @return the value of the 'Triplets' containment reference list.
* @see org.afplib.afplib.AfplibPackage#getMPORG_Triplets()
* @model containment="true" resolveProxies="true" required="true"
* @generated
*/
EList getTriplets();
} // MPORG
© 2015 - 2025 Weber Informatics LLC | Privacy Policy