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

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

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

Fields in org.eclipse.jpt.core.context declared as EnumType
static EnumType BasicMapping.DEFAULT_ENUMERATED
           
 

Methods in org.eclipse.jpt.core.context that return EnumType
static EnumType EnumType.fromJavaResourceModel(EnumType javaEnumType)
           
static EnumType EnumType.fromOrmResourceModel(EnumType ormEnumType)
           
 EnumType BasicMapping.getDefaultEnumerated()
           
 EnumType BasicMapping.getEnumerated()
           
 EnumType BasicMapping.getSpecifiedEnumerated()
           
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.context with parameters of type EnumType
 void BasicMapping.setSpecifiedEnumerated(EnumType newSpecifiedEnumerated)
           
static EnumType EnumType.toJavaResourceModel(EnumType enumType)
           
static EnumType EnumType.toOrmResourceModel(EnumType enumType)