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

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

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

Methods in org.eclipse.jpt.jpa.core.context that return TemporalType
 TemporalType TemporalType.getOrmTemporalType()
           
static TemporalType TemporalType.toOrmResourceModel(TemporalType temporalType)
           
 

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

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

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

Methods in org.eclipse.jpt.jpa.core.resource.orm that return TemporalType
 TemporalType OrmFactory.createTemporalTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static TemporalType TemporalType.get(int value)
          Returns the 'Temporal Type' literal with the specified integer value.
static TemporalType TemporalType.get(java.lang.String literal)
          Returns the 'Temporal Type' literal with the specified literal value.
static TemporalType TemporalType.getByName(java.lang.String name)
          Returns the 'Temporal Type' literal with the specified name.
 TemporalType XmlElementCollection.getMapKeyTemporal()
          Returns the value of the 'Map Key Temporal' attribute.
 TemporalType AbstractXmlMultiRelationshipMapping.getMapKeyTemporal()
          Returns the value of the 'Map Key Temporal' attribute.
 TemporalType XmlVersion.getTemporal()
          Returns the value of the 'Temporal' attribute.
 TemporalType XmlId.getTemporal()
          Returns the value of the 'Temporal' attribute.
 TemporalType XmlElementCollection.getTemporal()
          Returns the value of the 'Temporal' attribute.
 TemporalType XmlConvertibleMapping.getTemporal()
          Returns the value of the 'Temporal' attribute.
 TemporalType XmlBasic.getTemporal()
          Returns the value of the 'Temporal' attribute.
static TemporalType TemporalType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TemporalType[] TemporalType.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 TemporalType
 void XmlElementCollection.setMapKeyTemporal(TemporalType newMapKeyTemporal)
          Sets the value of the 'Map Key Temporal' attribute.
 void AbstractXmlMultiRelationshipMapping.setMapKeyTemporal(TemporalType newMapKeyTemporal)
          Sets the value of the 'Map Key Temporal' attribute.
 void XmlVersion.setTemporal(TemporalType newTemporal)
          Sets the value of the 'Temporal' attribute.
 void XmlId.setTemporal(TemporalType newTemporal)
          Sets the value of the 'Temporal' attribute.
 void XmlElementCollection.setTemporal(TemporalType newTemporal)
          Sets the value of the 'Temporal' attribute.
 void XmlConvertibleMapping.setTemporal(TemporalType value)
          Sets the value of the 'Temporal' attribute.
 void XmlBasic.setTemporal(TemporalType newTemporal)
          Sets the value of the 'Temporal' attribute.
 

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

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

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