Uses of Class
org.eclipse.jpt.eclipselink.core.resource.java.ExistenceType

Packages that use ExistenceType
org.eclipse.jpt.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.resource.java   
 

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

Methods in org.eclipse.jpt.eclipselink.core.context that return ExistenceType
static ExistenceType ExistenceType.toJavaResourceModel(ExistenceType existenceType)
           
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type ExistenceType
static ExistenceType ExistenceType.fromJavaResourceModel(ExistenceType javaExistenceType)
           
 

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

Methods in org.eclipse.jpt.eclipselink.core.resource.java that return ExistenceType
static ExistenceType ExistenceType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 ExistenceType ExistenceCheckingAnnotation.getValue()
          Corresponds to the 'value' element of the ExistenceChecking annotation.
static ExistenceType ExistenceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExistenceType[] ExistenceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.java with parameters of type ExistenceType
 void ExistenceCheckingAnnotation.setValue(ExistenceType value)
          Corresponds to the 'value' element of the ExistenceChecking annotation.
static java.lang.String ExistenceType.toJavaAnnotationValue(ExistenceType existenceType)