org.eclipse.jpt.jpa.eclipselink.core.resource.orm
Interface XmlConvertibleMapping

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier, XmlConverterHolder, XmlConvertibleMapping
All Known Subinterfaces:
XmlElementCollection_2_0

public interface XmlConvertibleMapping
extends XmlConvertibleMapping, XmlConverterHolder

A representation of the model object 'Xml Convertible Mapping'. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
2.1

The following features are supported:

Version:
2.1
See Also:
EclipseLinkOrmPackage.getXmlConvertibleMapping()

Method Summary
 java.lang.String getConvert()
          Returns the value of the 'Convert' attribute.
 TextRange getConvertTextRange()
          Return the TextRange for the convert element.
 void setConvert(java.lang.String value)
          Sets the value of the 'Convert' attribute.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.resource.orm.XmlConvertibleMapping
getEnumerated, getEnumeratedTextRange, getLobTextRange, getTemporal, getTemporalTextRange, isLob, setEnumerated, setLob, setTemporal
 
Methods inherited from interface org.eclipse.jpt.jpa.eclipselink.core.resource.orm.XmlConverterHolder
getConverter, getObjectTypeConverter, getStructConverter, getTypeConverter, setConverter, setObjectTypeConverter, setStructConverter, setTypeConverter
 
Methods inherited from interface org.eclipse.jpt.jpa.core.resource.xml.JpaEObject
containsOffset, createDeleteEdit, getSelectionTextRange, getValidationTextRange, isUnset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getConvert

java.lang.String getConvert()
Returns the value of the 'Convert' attribute.

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

Returns:
the value of the 'Convert' attribute.
See Also:
setConvert(String), EclipseLinkOrmPackage.getXmlConvertibleMapping_Convert()

setConvert

void setConvert(java.lang.String value)
Sets the value of the 'Convert' attribute.

Parameters:
value - the new value of the 'Convert' attribute.
See Also:
getConvert()

getConvertTextRange

TextRange getConvertTextRange()
Return the TextRange for the convert element. If the convert element does not exist return the TextRange for the mapping element.