Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0.OrderCorrectionType_2_0

Packages that use OrderCorrectionType_2_0
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0   
 

Uses of OrderCorrectionType_2_0 in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return OrderCorrectionType_2_0
 OrderCorrectionType_2_0 XmlOrderColumn.getCorrectionType()
          Returns the value of the 'Correction Type' attribute.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type OrderCorrectionType_2_0
 void XmlOrderColumn.setCorrectionType(OrderCorrectionType_2_0 newCorrectionType)
          Sets the value of the 'Correction Type' attribute.
 

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_0 that return OrderCorrectionType_2_0
 OrderCorrectionType_2_0 EclipseLinkOrmV2_0Factory.createOrderCorrectionType_2_0FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static OrderCorrectionType_2_0 OrderCorrectionType_2_0.get(int value)
          Returns the 'Order Correction Type 20' literal with the specified integer value.
static OrderCorrectionType_2_0 OrderCorrectionType_2_0.get(java.lang.String literal)
          Returns the 'Order Correction Type 20' literal with the specified literal value.
static OrderCorrectionType_2_0 OrderCorrectionType_2_0.getByName(java.lang.String name)
          Returns the 'Order Correction Type 20' literal with the specified name.
 OrderCorrectionType_2_0 XmlOrderColumn_2_0.getCorrectionType()
          Returns the value of the 'Correction Type' attribute.
static OrderCorrectionType_2_0 OrderCorrectionType_2_0.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OrderCorrectionType_2_0[] OrderCorrectionType_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.eclipselink.core.resource.orm.v2_0 with parameters of type OrderCorrectionType_2_0
 void XmlOrderColumn_2_0.setCorrectionType(OrderCorrectionType_2_0 value)
          Sets the value of the 'Correction Type' attribute.