
org.afplib.afplib.BII 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.
The newest version!
/**
*/
package org.afplib.afplib;
import org.afplib.base.SF;
/**
*
* A representation of the model object 'BII'.
*
*
*
* The following features are supported:
*
*
* - {@link org.afplib.afplib.BII#getImoName Imo Name}
*
*
* @see org.afplib.afplib.AfplibPackage#getBII()
* @model
* @generated
*/
public interface BII extends SF {
/**
* Returns the value of the 'Imo Name' attribute.
*
*
*
* optional
fixed length
*
* @return the value of the 'Imo Name' attribute.
* @see #setImoName(String)
* @see org.afplib.afplib.AfplibPackage#getBII_ImoName()
* @model dataType="org.afplib.base.ModcaString8"
* @generated
*/
String getImoName();
/**
* Sets the value of the '{@link org.afplib.afplib.BII#getImoName Imo Name}' attribute.
*
*
* @param value the new value of the 'Imo Name' attribute.
* @see #getImoName()
* @generated
*/
void setImoName(String value);
} // BII
© 2015 - 2025 Weber Informatics LLC | Privacy Policy