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

org.afplib.afplib.EOC Maven / Gradle / Ivy

Go to download

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

There is a newer version: 0.0.15
Show newest version
/**
 */
package org.afplib.afplib;

import org.afplib.base.SF;
import org.afplib.base.Triplet;

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

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

* The following features are supported: *

*
    *
  • {@link org.afplib.afplib.EOC#getObjCName Obj CName}
  • *
  • {@link org.afplib.afplib.EOC#getTriplets Triplets}
  • *
* * @see org.afplib.afplib.AfplibPackage#getEOC() * @model * @generated */ public interface EOC extends SF { /** * Returns the value of the 'Obj CName' attribute. * * * *

optional
fixed length

* * @return the value of the 'Obj CName' attribute. * @see #setObjCName(String) * @see org.afplib.afplib.AfplibPackage#getEOC_ObjCName() * @model dataType="org.afplib.base.ModcaString8" * @generated */ String getObjCName(); /** * Sets the value of the '{@link org.afplib.afplib.EOC#getObjCName Obj CName}' attribute. * * * @param value the new value of the 'Obj CName' attribute. * @see #getObjCName() * @generated */ void setObjCName(String value); /** * Returns the value of the 'Triplets' containment reference list. * The list contents are of type {@link org.afplib.base.Triplet}. * * * *

optional
variable length

* * @return the value of the 'Triplets' containment reference list. * @see org.afplib.afplib.AfplibPackage#getEOC_Triplets() * @model containment="true" resolveProxies="true" * @generated */ EList getTriplets(); } // EOC




© 2015 - 2025 Weber Informatics LLC | Privacy Policy