Dali Provisional API
Release 3.2

Uses of Class
org.eclipse.jpt.jpa.core.resource.java.EnumType

Packages that use EnumType
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.resource.java   
 

Uses of EnumType in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return EnumType
 EnumType EnumType.getJavaEnumType()
           
static EnumType EnumType.toJavaResourceModel(EnumType enumType)
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type EnumType
static EnumType EnumType.fromJavaResourceModel(EnumType javaEnumType)
           
 

Uses of EnumType in org.eclipse.jpt.jpa.core.resource.java
 

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

Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type EnumType
 void BaseEnumeratedAnnotation.setValue(EnumType value)
          Corresponds to the 'value' element of the Enumerated annotation.
static String EnumType.toJavaAnnotationValue(EnumType enumType)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.