org.openxma.dsl.dom.model
Interface MapNullValuesFlag

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MapperMappingProperty, MappingProperty, org.eclipse.emf.common.notify.Notifier

public interface MapNullValuesFlag
extends MappingProperty

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

The following features are supported:

See Also:
org.openxma.dsl.dom.DomPackage#getMapNullValuesFlag()

Method Summary
 boolean isNoNullMapping()
          Returns the value of the 'No Null Mapping' attribute.
 void setNoNullMapping(boolean value)
          Sets the value of the 'No Null Mapping' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

isNoNullMapping

boolean isNoNullMapping()
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...

Returns:
the value of the 'No Null Mapping' attribute.
See Also:
setNoNullMapping(boolean), org.openxma.dsl.dom.DomPackage#getMapNullValuesFlag_NoNullMapping()

setNoNullMapping

void setNoNullMapping(boolean value)
Sets the value of the 'No Null Mapping' attribute.

Parameters:
value - the new value of the 'No Null Mapping' attribute.
See Also:
isNoNullMapping()


Copyright © 2013. All Rights Reserved.