Uses of Interface
org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkConversionValue

Packages that use EclipseLinkConversionValue
org.eclipse.jpt.jpa.eclipselink.core.context   
 

Uses of EclipseLinkConversionValue in org.eclipse.jpt.jpa.eclipselink.core.context
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with type parameters of type EclipseLinkConversionValue
<T extends EclipseLinkConversionValue>
java.util.ListIterator<T>
EclipseLinkObjectTypeConverter.conversionValues()
          Return the converter's conversion values.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return EclipseLinkConversionValue
 EclipseLinkConversionValue EclipseLinkObjectTypeConverter.addConversionValue()
          Add a conversion value to the converter and return it.
 EclipseLinkConversionValue EclipseLinkObjectTypeConverter.addConversionValue(int index)
          Add a conversion value to the converter at the specified index and return it.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type EclipseLinkConversionValue
 void EclipseLinkObjectTypeConverter.removeConversionValue(EclipseLinkConversionValue conversionValue)
          Remove the specified conversion value.