All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.afplib.afplib.GCBEZ Maven / Gradle / Ivy

Go to download

Java object library able to read and write AFP (Advanced Function Presentation) files.

The newest version!
/**
 */
package org.afplib.afplib;

import org.afplib.base.Triplet;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'GCBEZ'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.afplib.afplib.GCBEZ#getRg Rg}
  • *
* * @see org.afplib.afplib.AfplibPackage#getGCBEZ() * @model * @generated */ public interface GCBEZ extends Triplet { /** * Returns the value of the 'Rg' containment reference list. * The list contents are of type {@link org.afplib.afplib.GCBEZRG}. * * * *

mandatory
variable length

* * @return the value of the 'Rg' containment reference list. * @see org.afplib.afplib.AfplibPackage#getGCBEZ_Rg() * @model containment="true" resolveProxies="true" required="true" * @generated */ EList getRg(); } // GCBEZ




© 2015 - 2025 Weber Informatics LLC | Privacy Policy