org.eclipse.emf.mapping
Interface ComplexTypeConverter

All Superinterfaces:
EObject, MappingHelper, Notifier, TypeConverter
All Known Implementing Classes:
ComplexTypeConverterImpl

public interface ComplexTypeConverter
extends TypeConverter

A representation of the model object 'Complex Type Converter'.

The following features are supported:

See Also:
MappingPackage.getComplexTypeConverter()

Method Summary
 Mapping getIn2out()
          Returns the value of the 'In2out' reference
 Mapping getOut2in()
          Returns the value of the 'Out2in' reference
 void setIn2out(Mapping value)
          Sets the value of the 'In2out' reference
 void setOut2in(Mapping value)
          Sets the value of the 'Out2in' reference
 
Methods inherited from interface org.eclipse.emf.mapping.MappingHelper
getHelpedObject, getMapper, getNested, getNestedIn, setHelpedObject, setMapper, setNestedIn
 
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

getIn2out

Mapping getIn2out()
Returns the value of the 'In2out' reference.

Returns:
the value of the 'In2out' reference.
See Also:
setIn2out(Mapping), MappingPackage.getComplexTypeConverter_In2out()

setIn2out

void setIn2out(Mapping value)
Sets the value of the 'In2out' reference.

Parameters:
value - the new value of the 'In2out' reference.
See Also:
getIn2out()

getOut2in

Mapping getOut2in()
Returns the value of the 'Out2in' reference.

Returns:
the value of the 'Out2in' reference.
See Also:
setOut2in(Mapping), MappingPackage.getComplexTypeConverter_Out2in()

setOut2in

void setOut2in(Mapping value)
Sets the value of the 'Out2in' reference.

Parameters:
value - the new value of the 'Out2in' reference.
See Also:
getOut2in()

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.