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

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

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

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

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

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

Fields in org.eclipse.jpt.jpa.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.jpa.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 XmlVersion.getEnumerated()
          Returns the value of the 'Enumerated' attribute.
 EnumType XmlId.getEnumerated()
          Returns the value of the 'Enumerated' attribute.
 EnumType XmlElementCollection.getEnumerated()
          Returns the value of the 'Enumerated' attribute.
 EnumType XmlConvertibleMapping.getEnumerated()
          Returns the value of the 'Enumerated' attribute.
 EnumType XmlBasic.getEnumerated()
          Returns the value of the 'Enumerated' attribute.
 EnumType XmlElementCollection.getMapKeyEnumerated()
          Returns the value of the 'Map Key Enumerated' attribute.
 EnumType AbstractXmlMultiRelationshipMapping.getMapKeyEnumerated()
          Returns the value of the 'Map Key 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 are declared.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm with parameters of type EnumType
 void XmlVersion.setEnumerated(EnumType newEnumerated)
          Sets the value of the 'Enumerated' attribute.
 void XmlId.setEnumerated(EnumType newEnumerated)
          Sets the value of the 'Enumerated' attribute.
 void XmlElementCollection.setEnumerated(EnumType newEnumerated)
          Sets the value of the 'Enumerated' attribute.
 void XmlConvertibleMapping.setEnumerated(EnumType value)
          Sets the value of the 'Enumerated' attribute.
 void XmlBasic.setEnumerated(EnumType newEnumerated)
          Sets the value of the 'Enumerated' attribute.
 void XmlElementCollection.setMapKeyEnumerated(EnumType newMapKeyEnumerated)
          Sets the value of the 'Map Key Enumerated' attribute.
 void AbstractXmlMultiRelationshipMapping.setMapKeyEnumerated(EnumType newMapKeyEnumerated)
          Sets the value of the 'Map Key Enumerated' attribute.
 

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

Methods in org.eclipse.jpt.jpa.core.resource.orm.v2_0 that return EnumType
 EnumType XmlMultiRelationshipMapping_2_0.getMapKeyEnumerated()
          Returns the value of the 'Map Key Enumerated' attribute.
 EnumType XmlElementCollection_2_0.getMapKeyEnumerated()
          Returns the value of the 'Map Key Enumerated' attribute.
 

Methods in org.eclipse.jpt.jpa.core.resource.orm.v2_0 with parameters of type EnumType
 void XmlMultiRelationshipMapping_2_0.setMapKeyEnumerated(EnumType value)
          Sets the value of the 'Map Key Enumerated' attribute.
 void XmlElementCollection_2_0.setMapKeyEnumerated(EnumType value)
          Sets the value of the 'Map Key Enumerated' attribute.