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

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

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

Subinterfaces of EclipseLinkConversionValueAnnotation in org.eclipse.jpt.eclipselink.core.resource.java
 interface NestableEclipseLinkConversionValueAnnotation
          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 EclipseLinkConversionValueAnnotation
 EclipseLinkConversionValueAnnotation EclipseLinkObjectTypeConverterAnnotation.addConversionValue(int index)
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
 EclipseLinkConversionValueAnnotation EclipseLinkObjectTypeConverterAnnotation.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 EclipseLinkConversionValueAnnotation
 java.util.ListIterator<EclipseLinkConversionValueAnnotation> EclipseLinkObjectTypeConverterAnnotation.conversionValues()
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
 

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