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

org.afplib.afplib.EII Maven / Gradle / Ivy

/**
 */
package org.afplib.afplib;

import org.afplib.base.SF;

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

* The following features are supported: *

    *
  • {@link org.afplib.afplib.EII#getImoName Imo Name}
  • *
*

* * @see org.afplib.afplib.AfplibPackage#getEII() * @model * @generated */ public interface EII 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#getEII_ImoName() * @model dataType="org.afplib.base.ModcaString8" * @generated */ String getImoName(); /** * Sets the value of the '{@link org.afplib.afplib.EII#getImoName Imo Name}' attribute. * * * @param value the new value of the 'Imo Name' attribute. * @see #getImoName() * @generated */ void setImoName(String value); } // EII




© 2015 - 2025 Weber Informatics LLC | Privacy Policy