EGF Engine
Release 0.1.0

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

Packages that use Type
org.eclipse.egf.model   
org.eclipse.egf.model.data.reader.descriptor   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of Type in org.eclipse.egf.model
 

Methods in org.eclipse.egf.model that return Type
 Type ModelFactory.createType()
          Returns a new object of class 'Type'
 Type ContextElement.getContextType()
          Returns the value of the 'Context Type' containment reference
 Type ContractElement.getContractType()
          Returns the value of the 'Contract Type' containment reference
 

Methods in org.eclipse.egf.model with parameters of type Type
 void ContextElement.setContextType(Type value)
          Sets the value of the 'Context Type' containment reference
 void ContractElement.setContractType(Type value)
          Sets the value of the 'Contract Type' containment reference
 

Uses of Type in org.eclipse.egf.model.data.reader.descriptor
 

Methods in org.eclipse.egf.model.data.reader.descriptor that return Type
 Type IContextElementDescriptor.getType()
          Get value direct type.
 

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

Classes in org.eclipse.egf.model.impl that implement Type
 class TypeImpl
          An implementation of the model object 'Type'.
 

Fields in org.eclipse.egf.model.impl declared as Type
protected  Type ContextElementImpl.contextType
          The cached value of the 'Context Type' containment reference
protected  Type ContractElementImpl.contractType
          The cached value of the 'Contract Type' containment reference
 

Methods in org.eclipse.egf.model.impl that return Type
 Type ModelFactoryImpl.createType()
           
 Type ContextElementImpl.getContextType()
           
 Type ContractElementImpl.getContractType()
           
 

Methods in org.eclipse.egf.model.impl with parameters of type Type
 NotificationChain ContextElementImpl.basicSetContextType(Type newContextType, NotificationChain msgs)
           
 NotificationChain ContractElementImpl.basicSetContractType(Type newContractType, NotificationChain msgs)
           
 void ContextElementImpl.setContextType(Type newContextType)
           
 void ContractElementImpl.setContractType(Type newContractType)
           
 

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

Methods in org.eclipse.egf.model.util with parameters of type Type
 T ModelSwitch.caseType(Type object)
          Returns the result of interpreting the object as an instance of 'Type'
 boolean ModelValidator.validateType(Type type, 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.