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

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

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

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

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

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

Fields in org.eclipse.jpt.core.resource.orm with type parameters of type EnumType
static java.util.List<EnumType> EnumType.VALUES
          A public read-only list of all the 'Enum Type' enumerators.
 

Methods in org.eclipse.jpt.core.resource.orm that return EnumType
 EnumType OrmFactory.createEnumTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static EnumType EnumType.get(int value)
          Returns the 'Enum Type' literal with the specified integer value.
static EnumType EnumType.get(java.lang.String literal)
          Returns the 'Enum Type' literal with the specified literal value.
static EnumType EnumType.getByName(java.lang.String name)
          Returns the 'Enum Type' literal with the specified name.
 EnumType XmlBasic.getEnumerated()
          Returns the value of the 'Enumerated' attribute.
 EnumType XmlBasicImpl.getEnumerated()
          Returns the value of the 'Enumerated' attribute.
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.orm with parameters of type EnumType
 void XmlBasic.setEnumerated(EnumType value)
          Sets the value of the 'Enumerated' attribute.
 void XmlBasicImpl.setEnumerated(EnumType newEnumerated)
          Sets the value of the 'Enumerated' attribute.