Uses of Interface
org.eclipse.ocl.examples.domain.ids.PropertyId

Packages that use PropertyId
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.inliner   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.java.types   
org.eclipse.ocl.examples.domain.ids   
org.eclipse.ocl.examples.domain.ids.impl   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.library   
 

Uses of PropertyId in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type PropertyId
 java.lang.Object DependencyVisitor.Id2DependencyVisitor.visitPropertyId(PropertyId id)
           
 

Uses of PropertyId in org.eclipse.ocl.examples.codegen.inliner
 

Fields in org.eclipse.ocl.examples.codegen.inliner declared as PropertyId
protected  PropertyId PropertyInliners.BoxedExplicitNavigationProperty.propertyId
           
protected  PropertyId PropertyInliners.UnboxedExplicitNavigationProperty.propertyId
           
 

Constructors in org.eclipse.ocl.examples.codegen.inliner with parameters of type PropertyId
PropertyInliners.BoxedExplicitNavigationProperty(PropertyId propertyId)
           
PropertyInliners.UnboxedExplicitNavigationProperty(PropertyId propertyId)
           
 

Uses of PropertyId in org.eclipse.ocl.examples.codegen.java
 

Fields in org.eclipse.ocl.examples.codegen.java declared as PropertyId
protected  PropertyId UnboxedOppositeNavigationProperty.oppositePropertyId
           
protected  PropertyId UnboxedExplicitNavigationProperty.propertyId
           
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type PropertyId
 java.lang.Class<?> AbstractId2JavaClassVisitor.visitPropertyId(PropertyId id)
           
 org.eclipse.emf.ecore.EClass Id2EClassVisitor.visitPropertyId(PropertyId id)
           
 java.lang.Object Id2JavaExpressionVisitor.visitPropertyId(PropertyId id)
           
 java.lang.Class<? extends ElementId> Id2JavaInterfaceVisitor.visitPropertyId(PropertyId id)
           
 

Constructors in org.eclipse.ocl.examples.codegen.java with parameters of type PropertyId
UnboxedExplicitNavigationProperty(PropertyId propertyId)
           
UnboxedOppositeNavigationProperty(PropertyId oppositePropertyId)
           
 

Uses of PropertyId in org.eclipse.ocl.examples.codegen.java.types
 

Methods in org.eclipse.ocl.examples.codegen.java.types with parameters of type PropertyId
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitPropertyId(PropertyId id)
           
 

Uses of PropertyId in org.eclipse.ocl.examples.domain.ids
 

Methods in org.eclipse.ocl.examples.domain.ids that return PropertyId
static PropertyId IdManager.getPropertyId(org.eclipse.emf.ecore.EStructuralFeature eFeature)
          Return the propertyId for an EStructuralFeature.
 PropertyId TypeId.getPropertyId(java.lang.String name)
          Return the PropertyId for a Property of this typeId.
 

Methods in org.eclipse.ocl.examples.domain.ids with parameters of type PropertyId
 R IdVisitor.visitPropertyId(PropertyId id)
           
 

Uses of PropertyId in org.eclipse.ocl.examples.domain.ids.impl
 

Classes in org.eclipse.ocl.examples.domain.ids.impl that implement PropertyId
 class PropertyIdImpl
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl that return PropertyId
 PropertyId AbstractMetaclassId.getPropertyId(java.lang.String name)
           
 PropertyId AbstractTemplateableIdImpl.getPropertyId(java.lang.String name)
           
 PropertyId AbstractTypeId.getPropertyId(java.lang.String name)
           
 PropertyId GeneralizedTypeIdImpl.getPropertyId(java.lang.String name)
           
 PropertyId TemplateParameterIdImpl.getPropertyId(java.lang.String name)
           
 

Uses of PropertyId in org.eclipse.ocl.examples.domain.types
 

Methods in org.eclipse.ocl.examples.domain.types with parameters of type PropertyId
 DomainProperty IdResolver.getProperty(PropertyId propertyId)
           
 

Uses of PropertyId in org.eclipse.ocl.examples.library.executor
 

Methods in org.eclipse.ocl.examples.library.executor with parameters of type PropertyId
 DomainProperty AbstractIdResolver.getProperty(PropertyId propertyId)
           
 DomainProperty AbstractIdResolver.visitPropertyId(PropertyId id)
           
 java.lang.Object AbstractIdResolver.Id2InstanceVisitor.visitPropertyId(PropertyId id)
           
 

Uses of PropertyId in org.eclipse.ocl.examples.pivot
 

Fields in org.eclipse.ocl.examples.pivot declared as PropertyId
static PropertyId PivotTables.PROPid_name
           
 

Methods in org.eclipse.ocl.examples.pivot that return PropertyId
 PropertyId Property.getPropertyId()
           
 

Uses of PropertyId in org.eclipse.ocl.examples.pivot.internal.impl
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return PropertyId
 PropertyId PropertyImpl.getPropertyId()
           
 

Uses of PropertyId in org.eclipse.ocl.examples.pivot.library
 

Fields in org.eclipse.ocl.examples.pivot.library declared as PropertyId
protected  PropertyId CompositionProperty.propertyId
           
protected  PropertyId ExplicitNavigationProperty.propertyId
           
 

Constructors in org.eclipse.ocl.examples.pivot.library with parameters of type PropertyId
CompositionProperty(org.eclipse.emf.ecore.EReference eContainmentFeature, PropertyId propertyId)