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

org.afplib.afplib.BDI 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 'BDI'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.afplib.afplib.BDI#getIndxName Indx Name}
  • *
  • {@link org.afplib.afplib.BDI#getTriplets Triplets}
  • *
*

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

optional
fixed length

* * @return the value of the 'Indx Name' attribute. * @see #setIndxName(String) * @see org.afplib.afplib.AfplibPackage#getBDI_IndxName() * @model dataType="org.afplib.base.ModcaString8" * @generated */ String getIndxName(); /** * Sets the value of the '{@link org.afplib.afplib.BDI#getIndxName Indx Name}' attribute. * * * @param value the new value of the 'Indx Name' attribute. * @see #getIndxName() * @generated */ void setIndxName(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#getBDI_Triplets() * @model containment="true" resolveProxies="true" * @generated */ EList getTriplets(); } // BDI




© 2015 - 2025 Weber Informatics LLC | Privacy Policy