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

org.afplib.afplib.ESG Maven / Gradle / Ivy

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

import org.afplib.base.SF;

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

* The following features are supported: *

    *
  • {@link org.afplib.afplib.ESG#getREGName REG Name}
  • *
*

* * @see org.afplib.afplib.AfplibPackage#getESG() * @model * @generated */ public interface ESG extends SF { /** * Returns the value of the 'REG Name' attribute. * * * *

optional
fixed length

* * @return the value of the 'REG Name' attribute. * @see #setREGName(String) * @see org.afplib.afplib.AfplibPackage#getESG_REGName() * @model dataType="org.afplib.base.ModcaString8" * @generated */ String getREGName(); /** * Sets the value of the '{@link org.afplib.afplib.ESG#getREGName REG Name}' attribute. * * * @param value the new value of the 'REG Name' attribute. * @see #getREGName() * @generated */ void setREGName(String value); } // ESG




© 2015 - 2025 Weber Informatics LLC | Privacy Policy