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

org.afplib.afplib.FNNRG Maven / Gradle / Ivy

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

import org.afplib.base.Triplet;

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

* The following features are supported: *

    *
  • {@link org.afplib.afplib.FNNRG#getGCGID GCGID}
  • *
  • {@link org.afplib.afplib.FNNRG#getTSOffset TS Offset}
  • *
*

* * @see org.afplib.afplib.AfplibPackage#getFNNRG() * @model * @generated */ public interface FNNRG extends Triplet { /** * Returns the value of the 'GCGID' attribute. * * * *

mandatory
fixed length

* * @return the value of the 'GCGID' attribute. * @see #setGCGID(String) * @see org.afplib.afplib.AfplibPackage#getFNNRG_GCGID() * @model dataType="org.afplib.base.ModcaString8" required="true" * @generated */ String getGCGID(); /** * Sets the value of the '{@link org.afplib.afplib.FNNRG#getGCGID GCGID}' attribute. * * * @param value the new value of the 'GCGID' attribute. * @see #getGCGID() * @generated */ void setGCGID(String value); /** * Returns the value of the 'TS Offset' attribute. * * * *

mandatory
fixed length

* * @return the value of the 'TS Offset' attribute. * @see #setTSOffset(Integer) * @see org.afplib.afplib.AfplibPackage#getFNNRG_TSOffset() * @model required="true" * @generated */ Integer getTSOffset(); /** * Sets the value of the '{@link org.afplib.afplib.FNNRG#getTSOffset TS Offset}' attribute. * * * @param value the new value of the 'TS Offset' attribute. * @see #getTSOffset() * @generated */ void setTSOffset(Integer value); } // FNNRG




© 2015 - 2025 Weber Informatics LLC | Privacy Policy