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

Packages that use XmlOptimisticLockingType
org.eclipse.jpt.eclipselink.core.resource.orm   
 

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlOptimisticLockingType
 XmlOptimisticLockingType EclipseLinkOrmFactory.createXmlOptimisticLockingTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static XmlOptimisticLockingType XmlOptimisticLockingType.get(int value)
          Returns the 'Xml Optimistic Locking Type' literal with the specified integer value.
static XmlOptimisticLockingType XmlOptimisticLockingType.get(java.lang.String literal)
          Returns the 'Xml Optimistic Locking Type' literal with the specified literal value.
static XmlOptimisticLockingType XmlOptimisticLockingType.getByName(java.lang.String name)
          Returns the 'Xml Optimistic Locking Type' literal with the specified name.
 XmlOptimisticLockingType XmlOptimisticLocking.getType()
          Returns the value of the 'Type' attribute.
static XmlOptimisticLockingType XmlOptimisticLockingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XmlOptimisticLockingType[] XmlOptimisticLockingType.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 XmlOptimisticLockingType
 void XmlOptimisticLocking.setType(XmlOptimisticLockingType newType)
          Sets the value of the 'Type' attribute.