Uses of Interface
org.eclipse.jpt.eclipselink.core.context.ConversionValue

Packages that use ConversionValue
org.eclipse.jpt.eclipselink.core.context   
 

Uses of ConversionValue in org.eclipse.jpt.eclipselink.core.context
 

Methods in org.eclipse.jpt.eclipselink.core.context with type parameters of type ConversionValue
<T extends ConversionValue>
java.util.ListIterator<T>
ObjectTypeConverter.conversionValues()
          Return a list iterator of the conversion values.
 

Methods in org.eclipse.jpt.eclipselink.core.context that return ConversionValue
 ConversionValue ObjectTypeConverter.addConversionValue()
          Add a conversion value to the object type mapping return the object representing it.
 ConversionValue ObjectTypeConverter.addConversionValue(int index)
          Add a conversion value to the object type mapping return the object representing it.
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type ConversionValue
 void ObjectTypeConverter.removeConversionValue(ConversionValue conversionValue)
          Remove the conversion value from the entity.