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

org.afplib.afplib.BNG Maven / Gradle / Ivy

/**
 */
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 'BNG'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.afplib.afplib.BNG#getPGrpName PGrp Name}
  • *
  • {@link org.afplib.afplib.BNG#getTriplets Triplets}
  • *
*

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

mandatory
fixed length

* * @return the value of the 'PGrp Name' attribute. * @see #setPGrpName(String) * @see org.afplib.afplib.AfplibPackage#getBNG_PGrpName() * @model dataType="org.afplib.base.ModcaString8" required="true" * @generated */ String getPGrpName(); /** * Sets the value of the '{@link org.afplib.afplib.BNG#getPGrpName PGrp Name}' attribute. * * * @param value the new value of the 'PGrp Name' attribute. * @see #getPGrpName() * @generated */ void setPGrpName(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#getBNG_Triplets() * @model containment="true" resolveProxies="true" * @generated */ EList getTriplets(); } // BNG




© 2015 - 2025 Weber Informatics LLC | Privacy Policy