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

org.openxma.dsl.dom.model.MappingNullValuesFlag Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.openxma.dsl.dom.model;

import org.eclipse.emf.ecore.EObject;
import org.openxma.dsl.core.model.EqualityExpr;

/**
 * 
 * A representation of the model object 'Mapping Null Values Flag'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.MappingNullValuesFlag#getExpression Expression}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getMappingNullValuesFlag() * @model * @generated */ public interface MappingNullValuesFlag extends EObject { /** * Returns the value of the 'Expression' containment reference. * *

* If the meaning of the 'Expression' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Expression' containment reference. * @see #setExpression(EqualityExpr) * @see org.openxma.dsl.dom.DomPackage#getMappingNullValuesFlag_Expression() * @model containment="true" * @generated */ EqualityExpr getExpression(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.MappingNullValuesFlag#getExpression Expression}' containment reference. * * * @param value the new value of the 'Expression' containment reference. * @see #getExpression() * @generated */ void setExpression(EqualityExpr value); } // MappingNullValuesFlag




© 2015 - 2024 Weber Informatics LLC | Privacy Policy