Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenAuditable

Packages that use GenAuditable
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of GenAuditable in org.eclipse.gmf.codegen.gmfgen
 

Subinterfaces of GenAuditable in org.eclipse.gmf.codegen.gmfgen
 interface GenAuditedMetricTarget
          A representation of the model object 'Gen Audited Metric Target'.
 interface GenDiagramElementTarget
          A representation of the model object 'Gen Diagram Element Target'.
 interface GenDomainAttributeTarget
          A representation of the model object 'Gen Domain Attribute Target'.
 interface GenDomainElementTarget
          A representation of the model object 'Gen Domain Element Target'.
 interface GenNotationElementTarget
          A representation of the model object 'Gen Notation Element Target'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenAuditable
 GenAuditable GenAuditRule.getTarget()
          Returns the value of the 'Target' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenAuditable
 org.eclipse.emf.common.util.EList<GenAuditable> GenAuditContext.getRuleTargets()
          Returns the value of the 'Rule Targets' reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenAuditable
 void GenAuditRule.setTarget(GenAuditable value)
          Sets the value of the 'Target' containment reference.
 

Uses of GenAuditable in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenAuditable
 class GenAuditableImpl
          An implementation of the model object 'Gen Auditable'.
 class GenAuditedMetricTargetImpl
          An implementation of the model object 'Gen Audited Metric Target'.
 class GenDiagramElementTargetImpl
          An implementation of the model object 'Gen Diagram Element Target'.
 class GenDomainAttributeTargetImpl
          An implementation of the model object 'Gen Domain Attribute Target'.
 class GenDomainElementTargetImpl
          An implementation of the model object 'Gen Domain Element Target'.
 class GenNotationElementTargetImpl
          An implementation of the model object 'Gen Notation Element Target'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenAuditable
protected  GenAuditable GenAuditRuleImpl.target
          The cached value of the 'Target' containment reference.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenAuditable
protected  org.eclipse.emf.common.util.EList<GenAuditable> GenAuditContextImpl.ruleTargets
          The cached value of the 'Rule Targets' reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenAuditable
 GenAuditable GenAuditRuleImpl.getTarget()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenAuditable
 org.eclipse.emf.common.util.EList<GenAuditable> GenAuditContextImpl.getRuleTargets()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenAuditable
 org.eclipse.emf.common.notify.NotificationChain GenAuditRuleImpl.basicSetTarget(GenAuditable newTarget, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenAuditRuleImpl.setTarget(GenAuditable newTarget)
           
 

Uses of GenAuditable in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenAuditable
 T GMFGenSwitch.caseGenAuditable(GenAuditable object)
          Returns the result of interpreting the object as an instance of 'Gen Auditable'.
 



Copyright © 2012. All Rights Reserved.