org.eclipse.jpt.eclipselink.core.resource.orm
Interface XmlConverterHolder

All Superinterfaces:
org.eclipse.emf.ecore.EObject, JpaEObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
XmlBasic, XmlBasic, XmlConvertibleMapping, XmlId, XmlId, XmlVersion, XmlVersion
All Known Implementing Classes:
XmlBasicImpl, XmlBasicImpl, XmlIdImpl, XmlIdImpl, XmlVersionImpl, XmlVersionImpl

public interface XmlConverterHolder
extends JpaEObject

A representation of the model object 'Xml CustomConverter Holder'. 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.getXmlConverterHolder()

Method Summary
 XmlConverter getConverter()
          Returns the value of the 'Converter' containment reference.
 XmlObjectTypeConverter getObjectTypeConverter()
          Returns the value of the 'Object Type Converter' containment reference.
 XmlStructConverter getStructConverter()
          Returns the value of the 'Struct Converter' containment reference.
 XmlTypeConverter getTypeConverter()
          Returns the value of the 'Type Converter' containment reference.
 void setConverter(XmlConverter value)
          Sets the value of the 'Converter' containment reference.
 void setObjectTypeConverter(XmlObjectTypeConverter value)
          Sets the value of the 'Object Type Converter' containment reference.
 void setStructConverter(XmlStructConverter value)
          Sets the value of the 'Struct Converter' containment reference.
 void setTypeConverter(XmlTypeConverter value)
          Sets the value of the 'Type Converter' containment reference.
 
Methods inherited from interface org.eclipse.jpt.core.resource.xml.JpaEObject
containsOffset, getSelectionTextRange, getValidationTextRange, isUnset
 
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

getConverter

XmlConverter getConverter()
Returns the value of the 'Converter' containment reference.

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

Returns:
the value of the 'Converter' containment reference.
See Also:
setConverter(XmlConverter), EclipseLinkOrmPackage.getXmlConverterHolder_Converter()

setConverter

void setConverter(XmlConverter value)
Sets the value of the 'Converter' containment reference.

Parameters:
value - the new value of the 'Converter' containment reference.
See Also:
getConverter()

getTypeConverter

XmlTypeConverter getTypeConverter()
Returns the value of the 'Type Converter' containment reference.

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

Returns:
the value of the 'Type Converter' containment reference.
See Also:
setTypeConverter(XmlTypeConverter), EclipseLinkOrmPackage.getXmlConverterHolder_TypeConverter()

setTypeConverter

void setTypeConverter(XmlTypeConverter value)
Sets the value of the 'Type Converter' containment reference.

Parameters:
value - the new value of the 'Type Converter' containment reference.
See Also:
getTypeConverter()

getObjectTypeConverter

XmlObjectTypeConverter getObjectTypeConverter()
Returns the value of the 'Object Type Converter' containment reference.

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

Returns:
the value of the 'Object Type Converter' containment reference.
See Also:
setObjectTypeConverter(XmlObjectTypeConverter), EclipseLinkOrmPackage.getXmlConverterHolder_ObjectTypeConverter()

setObjectTypeConverter

void setObjectTypeConverter(XmlObjectTypeConverter value)
Sets the value of the 'Object Type Converter' containment reference.

Parameters:
value - the new value of the 'Object Type Converter' containment reference.
See Also:
getObjectTypeConverter()

getStructConverter

XmlStructConverter getStructConverter()
Returns the value of the 'Struct Converter' containment reference.

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

Returns:
the value of the 'Struct Converter' containment reference.
See Also:
setStructConverter(XmlStructConverter), EclipseLinkOrmPackage.getXmlConverterHolder_StructConverter()

setStructConverter

void setStructConverter(XmlStructConverter value)
Sets the value of the 'Struct Converter' containment reference.

Parameters:
value - the new value of the 'Struct Converter' containment reference.
See Also:
getStructConverter()