Uses of Class
org.eclipse.jpt.core.resource.java.TemporalType

Packages that use TemporalType
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.resource.java   
 

Uses of TemporalType in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return TemporalType
static TemporalType TemporalType.toJavaResourceModel(TemporalType temporalType)
           
 

Methods in org.eclipse.jpt.core.context with parameters of type TemporalType
static TemporalType TemporalType.fromJavaResourceModel(TemporalType javaTemporalType)
           
 

Uses of TemporalType in org.eclipse.jpt.core.resource.java
 

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

Methods in org.eclipse.jpt.core.resource.java with parameters of type TemporalType
 void TemporalAnnotation.setValue(TemporalType value)
          Corresponds to the value element of the Temporal annotation.
static java.lang.String TemporalType.toJavaAnnotationValue(TemporalType temporalType)