Uses of Class
org.eclipse.jpt.jpa.core.resource.persistence.v2_0.XmlPersistenceUnitValidationModeType_2_0

Packages that use XmlPersistenceUnitValidationModeType_2_0
org.eclipse.jpt.jpa.core.jpa2.context.persistence.options   
org.eclipse.jpt.jpa.core.resource.persistence   
org.eclipse.jpt.jpa.core.resource.persistence.v2_0   
 

Uses of XmlPersistenceUnitValidationModeType_2_0 in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options that return XmlPersistenceUnitValidationModeType_2_0
 XmlPersistenceUnitValidationModeType_2_0 ValidationMode.getXmlEnumValue()
           
static XmlPersistenceUnitValidationModeType_2_0 ValidationMode.toXmlResourceModel(ValidationMode validationMode)
           
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options with parameters of type XmlPersistenceUnitValidationModeType_2_0
static ValidationMode ValidationMode.fromXmlResourceModel(XmlPersistenceUnitValidationModeType_2_0 xmlValidationMode)
           
 

Uses of XmlPersistenceUnitValidationModeType_2_0 in org.eclipse.jpt.jpa.core.resource.persistence
 

Methods in org.eclipse.jpt.jpa.core.resource.persistence that return XmlPersistenceUnitValidationModeType_2_0
 XmlPersistenceUnitValidationModeType_2_0 XmlPersistenceUnit.getValidationMode()
          Returns the value of the 'Validation Mode' attribute.
 

Methods in org.eclipse.jpt.jpa.core.resource.persistence with parameters of type XmlPersistenceUnitValidationModeType_2_0
 void XmlPersistenceUnit.setValidationMode(XmlPersistenceUnitValidationModeType_2_0 newValidationMode)
          Sets the value of the 'Validation Mode' attribute.
 

Uses of XmlPersistenceUnitValidationModeType_2_0 in org.eclipse.jpt.jpa.core.resource.persistence.v2_0
 

Fields in org.eclipse.jpt.jpa.core.resource.persistence.v2_0 with type parameters of type XmlPersistenceUnitValidationModeType_2_0
static java.util.List<XmlPersistenceUnitValidationModeType_2_0> XmlPersistenceUnitValidationModeType_2_0.VALUES
          A public read-only list of all the 'Xml Persistence Unit Validation Mode Type 20' enumerators.
 

Methods in org.eclipse.jpt.jpa.core.resource.persistence.v2_0 that return XmlPersistenceUnitValidationModeType_2_0
 XmlPersistenceUnitValidationModeType_2_0 PersistenceV2_0Factory.createXmlPersistenceUnitValidationModeType_2_0FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static XmlPersistenceUnitValidationModeType_2_0 XmlPersistenceUnitValidationModeType_2_0.get(int value)
          Returns the 'Xml Persistence Unit Validation Mode Type 20' literal with the specified integer value.
static XmlPersistenceUnitValidationModeType_2_0 XmlPersistenceUnitValidationModeType_2_0.get(java.lang.String literal)
          Returns the 'Xml Persistence Unit Validation Mode Type 20' literal with the specified literal value.
static XmlPersistenceUnitValidationModeType_2_0 XmlPersistenceUnitValidationModeType_2_0.getByName(java.lang.String name)
          Returns the 'Xml Persistence Unit Validation Mode Type 20' literal with the specified name.
 XmlPersistenceUnitValidationModeType_2_0 XmlPersistenceUnit_2_0.getValidationMode()
          Returns the value of the 'Validation Mode' attribute.
static XmlPersistenceUnitValidationModeType_2_0 XmlPersistenceUnitValidationModeType_2_0.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlPersistenceUnitValidationModeType_2_0[] XmlPersistenceUnitValidationModeType_2_0.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.persistence.v2_0 with parameters of type XmlPersistenceUnitValidationModeType_2_0
 void XmlPersistenceUnit_2_0.setValidationMode(XmlPersistenceUnitValidationModeType_2_0 value)
          Sets the value of the 'Validation Mode' attribute.