EGF Engine
Release 0.1.0

Uses of Interface
org.eclipse.egf.model.ContractElementReference

Packages that use ContractElementReference
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.edit.command.plugin.context   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of ContractElementReference in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return ContractElementReference
 ContractElementReference ModelFactory.createContractElementReference()
          Returns a new object of class 'Contract Element Reference'
 ContractElementReference ContextElement.getContractElementReference()
          Returns the value of the 'Contract Element Reference' containment reference
 

Methods in org.eclipse.egf.model with parameters of type ContractElementReference
 void ContextElement.setContractElementReference(ContractElementReference value)
          Sets the value of the 'Contract Element Reference' containment reference
 

Uses of ContractElementReference in org.eclipse.egf.model.data.helper
 

Methods in org.eclipse.egf.model.data.helper that return ContractElementReference
static ContractElementReference ModelHelper.createContractElementReferenceBasedOn(ContractElement contractElement_p)
          Create a new contract element reference based on given contract element.
 ContractElementReference IFactoryComponentLoadingHelper.loadContractElementReference(String contractReferenceId_p, String factoryComponentId_p)
          Load contract element reference for given id.
 

Uses of ContractElementReference in org.eclipse.egf.model.edit.command.plugin.context
 

Methods in org.eclipse.egf.model.edit.command.plugin.context with parameters of type ContractElementReference
protected  void AbstractContextElementWrapperCommand.handleContextElementBasedOnContractElementReference(List<IPluginChangesCommand> commands_p, ContextElement contextElement_p, ContractElementReference contractElementReference_p, String contextId_p, String contextElementId_p, String contextElementValue_p)
          Handle a context element based on a contract element reference.
 

Uses of ContractElementReference in org.eclipse.egf.model.impl
 

Classes in org.eclipse.egf.model.impl that implement ContractElementReference
 class ContractElementReferenceImpl
          An implementation of the model object 'Contract Element Reference'.
 

Fields in org.eclipse.egf.model.impl declared as ContractElementReference
protected  ContractElementReference ContextElementImpl.contractElementReference
          The cached value of the 'Contract Element Reference' reference.
 

Methods in org.eclipse.egf.model.impl that return ContractElementReference
 ContractElementReference ContextElementImpl.basicGetContractElementReference()
           
 ContractElementReference ModelFactoryImpl.createContractElementReference()
           
 ContractElementReference ContextElementImpl.getContractElementReference()
           
 

Methods in org.eclipse.egf.model.impl with parameters of type ContractElementReference
 NotificationChain ContextElementImpl.basicSetContractElementReference(ContractElementReference newContractElementReference, NotificationChain msgs)
           
 void ContextElementImpl.setContractElementReference(ContractElementReference newContractElementReference)
           
 

Uses of ContractElementReference in org.eclipse.egf.model.util
 

Methods in org.eclipse.egf.model.util with parameters of type ContractElementReference
 T ModelSwitch.caseContractElementReference(ContractElementReference object)
          Returns the result of interpreting the object as an instance of 'Contract Element Reference'
 boolean ModelValidator.validateContractElementReference(ContractElementReference contractElementReference, DiagnosticChain diagnostics, Map<Object,Object> context)
           
 


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.