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

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

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


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

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.MapNullValuesFlag#isNoNullMapping No Null Mapping}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getMapNullValuesFlag() * @model * @generated */ public interface MapNullValuesFlag extends MappingProperty { /** * Returns the value of the 'No Null Mapping' attribute. * *

* If the meaning of the 'No Null Mapping' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'No Null Mapping' attribute. * @see #setNoNullMapping(boolean) * @see org.openxma.dsl.dom.DomPackage#getMapNullValuesFlag_NoNullMapping() * @model * @generated */ boolean isNoNullMapping(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.MapNullValuesFlag#isNoNullMapping No Null Mapping}' attribute. * * * @param value the new value of the 'No Null Mapping' attribute. * @see #isNoNullMapping() * @generated */ void setNoNullMapping(boolean value); } // MapNullValuesFlag




© 2015 - 2024 Weber Informatics LLC | Privacy Policy