Uses of Class
org.eclipse.jpt.core.resource.orm.InheritanceType

Packages that use InheritanceType
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.resource.orm   
 

Uses of InheritanceType in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return InheritanceType
static InheritanceType InheritanceType.toOrmResourceModel(InheritanceType inheritanceType)
           
 

Methods in org.eclipse.jpt.core.context with parameters of type InheritanceType
static InheritanceType InheritanceType.fromOrmResourceModel(InheritanceType ormInheritanceType)
           
 

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

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

Methods in org.eclipse.jpt.core.resource.orm that return InheritanceType
 InheritanceType OrmFactory.createInheritanceTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
static InheritanceType InheritanceType.get(int value)
          Returns the 'Inheritance Type' literal with the specified integer value.
static InheritanceType InheritanceType.get(java.lang.String literal)
          Returns the 'Inheritance Type' literal with the specified literal value.
static InheritanceType InheritanceType.getByName(java.lang.String name)
          Returns the 'Inheritance Type' literal with the specified name.
 InheritanceType Inheritance.getStrategy()
          Returns the value of the 'Strategy' attribute.
static InheritanceType InheritanceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InheritanceType[] InheritanceType.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 with parameters of type InheritanceType
 void Inheritance.setStrategy(InheritanceType newStrategy)
          Sets the value of the 'Strategy' attribute.