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

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

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

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

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

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

Methods in org.eclipse.jpt.core.resource.java that return EnumType
static EnumType EnumType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 EnumType EnumeratedAnnotation.getValue()
          Corresponds to the value element of the Enumerated annotation.
static EnumType EnumType.valueOf(java.lang.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're declared.
 

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