org.afplib.afplib.EOC 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.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