Uses of Interface
org.eclipse.jpt.eclipselink.core.resource.java.ConversionValueAnnotation

Packages that use ConversionValueAnnotation
org.eclipse.jpt.eclipselink.core.resource.java   
 

Uses of ConversionValueAnnotation in org.eclipse.jpt.eclipselink.core.resource.java
 

Subinterfaces of ConversionValueAnnotation in org.eclipse.jpt.eclipselink.core.resource.java
 interface NestableConversionValueAnnotation
          Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ConversionValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.java that return ConversionValueAnnotation
 ConversionValueAnnotation ObjectTypeConverterAnnotation.addConversionValue(int index)
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
 ConversionValueAnnotation ObjectTypeConverterAnnotation.conversionValueAt(int index)
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.java that return types with arguments of type ConversionValueAnnotation
 java.util.ListIterator<ConversionValueAnnotation> ObjectTypeConverterAnnotation.conversionValues()
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.java with parameters of type ConversionValueAnnotation
 int ObjectTypeConverterAnnotation.indexOfConversionValue(ConversionValueAnnotation conversionValue)
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.