Uses of Class
org.eclipse.jpt.eclipselink.core.resource.orm.XmlChangeTrackingType

Packages that use XmlChangeTrackingType
org.eclipse.jpt.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.resource.orm   
 

Uses of XmlChangeTrackingType in org.eclipse.jpt.eclipselink.core.context
 

Methods in org.eclipse.jpt.eclipselink.core.context that return XmlChangeTrackingType
static XmlChangeTrackingType EclipseLinkChangeTrackingType.toOrmResourceModel(EclipseLinkChangeTrackingType changeTrackingType)
           
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type XmlChangeTrackingType
static EclipseLinkChangeTrackingType EclipseLinkChangeTrackingType.fromOrmResourceModel(XmlChangeTrackingType ormChangeTrackingType)
           
 

Uses of XmlChangeTrackingType in org.eclipse.jpt.eclipselink.core.resource.orm
 

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlChangeTrackingType
 XmlChangeTrackingType EclipseLinkOrmFactory.createXmlChangeTrackingTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static XmlChangeTrackingType XmlChangeTrackingType.get(int value)
          Returns the 'Xml Change Tracking Type' literal with the specified integer value.
static XmlChangeTrackingType XmlChangeTrackingType.get(java.lang.String literal)
          Returns the 'Xml Change Tracking Type' literal with the specified literal value.
static XmlChangeTrackingType XmlChangeTrackingType.getByName(java.lang.String name)
          Returns the 'Xml Change Tracking Type' literal with the specified name.
 XmlChangeTrackingType XmlChangeTracking.getType()
          Returns the value of the 'Type' attribute.
static XmlChangeTrackingType XmlChangeTrackingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlChangeTrackingType[] XmlChangeTrackingType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlChangeTrackingType
 void XmlChangeTracking.setType(XmlChangeTrackingType newType)
          Sets the value of the 'Type' attribute.