Uses of Class
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1.IdValidationType_1_1

Packages that use IdValidationType_1_1
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1   
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return IdValidationType_1_1
 IdValidationType_1_1 XmlPrimaryKey.getValidation()
          Returns the value of the 'Validation' attribute.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm with parameters of type IdValidationType_1_1
 void XmlPrimaryKey.setValidation(IdValidationType_1_1 newValidation)
          Sets the value of the 'Validation' attribute.
 

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

Fields in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1 with type parameters of type IdValidationType_1_1
static java.util.List<IdValidationType_1_1> IdValidationType_1_1.VALUES
          A public read-only list of all the 'Id Validation Type 11' enumerators.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v1_1 that return IdValidationType_1_1
 IdValidationType_1_1 EclipseLinkOrmV1_1Factory.createIdValidationType_1_1FromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static IdValidationType_1_1 IdValidationType_1_1.get(int value)
          Returns the 'Id Validation Type 11' literal with the specified integer value.
static IdValidationType_1_1 IdValidationType_1_1.get(java.lang.String literal)
          Returns the 'Id Validation Type 11' literal with the specified literal value.
static IdValidationType_1_1 IdValidationType_1_1.getByName(java.lang.String name)
          Returns the 'Id Validation Type 11' literal with the specified name.
 IdValidationType_1_1 XmlPrimaryKey_1_1.getValidation()
          Returns the value of the 'Validation' attribute.
static IdValidationType_1_1 IdValidationType_1_1.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IdValidationType_1_1[] IdValidationType_1_1.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.v1_1 with parameters of type IdValidationType_1_1
 void XmlPrimaryKey_1_1.setValidation(IdValidationType_1_1 value)
          Sets the value of the 'Validation' attribute.