Uses of Class
org.eclipse.jpt.core.resource.orm.v2_0.LockModeType_2_0

Packages that use LockModeType_2_0
org.eclipse.jpt.core.jpa2.context   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.core.resource.orm.v2_0   
 

Uses of LockModeType_2_0 in org.eclipse.jpt.core.jpa2.context
 

Methods in org.eclipse.jpt.core.jpa2.context that return LockModeType_2_0
 LockModeType_2_0 LockModeType2_0.getOrmLockModeType()
           
static LockModeType_2_0 LockModeType2_0.toOrmResourceModel(LockModeType2_0 lockModeType)
           
 

Methods in org.eclipse.jpt.core.jpa2.context with parameters of type LockModeType_2_0
static LockModeType2_0 LockModeType2_0.fromOrmResourceModel(LockModeType_2_0 ormLockModeType)
           
 

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

Methods in org.eclipse.jpt.core.resource.orm that return LockModeType_2_0
 LockModeType_2_0 XmlNamedQuery.getLockMode()
          Returns the value of the 'Lock Mode' attribute.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type LockModeType_2_0
 void XmlNamedQuery.setLockMode(LockModeType_2_0 newLockMode)
          Sets the value of the 'Lock Mode' attribute.
 

Uses of LockModeType_2_0 in org.eclipse.jpt.core.resource.orm.v2_0
 

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

Methods in org.eclipse.jpt.core.resource.orm.v2_0 that return LockModeType_2_0
 LockModeType_2_0 OrmV2_0Factory.createLockModeType_2_0FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static LockModeType_2_0 LockModeType_2_0.get(int value)
          Returns the 'Lock Mode Type 20' literal with the specified integer value.
static LockModeType_2_0 LockModeType_2_0.get(java.lang.String literal)
          Returns the 'Lock Mode Type 20' literal with the specified literal value.
static LockModeType_2_0 LockModeType_2_0.getByName(java.lang.String name)
          Returns the 'Lock Mode Type 20' literal with the specified name.
 LockModeType_2_0 XmlNamedQuery_2_0.getLockMode()
          Returns the value of the 'Lock Mode' attribute.
static LockModeType_2_0 LockModeType_2_0.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LockModeType_2_0[] LockModeType_2_0.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.v2_0 with parameters of type LockModeType_2_0
 void XmlNamedQuery_2_0.setLockMode(LockModeType_2_0 value)
          Sets the value of the 'Lock Mode' attribute.