EGF Engine
Release 0.1.0

Uses of Class
org.eclipse.egf.model.ViewpointType

Packages that use ViewpointType
org.eclipse.egf.model   
org.eclipse.egf.model.data.helper   
org.eclipse.egf.model.impl   
org.eclipse.egf.model.util   
 

Uses of ViewpointType in org.eclipse.egf.model
 

Fields in org.eclipse.egf.model with type parameters of type ViewpointType
static List<ViewpointType> ViewpointType.VALUES
          A public read-only list of all the 'Viewpoint Type' enumerators
 

Methods in org.eclipse.egf.model that return ViewpointType
static ViewpointType ViewpointType.get(int value)
          Returns the 'Viewpoint Type' literal with the specified integer value
static ViewpointType ViewpointType.get(String literal)
          Returns the 'Viewpoint Type' literal with the specified literal value
static ViewpointType ViewpointType.getByName(String name)
          Returns the 'Viewpoint Type' literal with the specified name
static ViewpointType ViewpointType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ViewpointType[] ViewpointType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.egf.model that return types with arguments of type ViewpointType
 Map<ViewpointType,> Specification.getViewpointIds()
          Returns the value of the 'Viewpoint Ids' attribute.
 

Method parameters in org.eclipse.egf.model with type arguments of type ViewpointType
 void Specification.setViewpointIds(Map<ViewpointType,> value)
          Sets the value of the 'Viewpoint Ids' attribute
 

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

Methods in org.eclipse.egf.model.data.helper with parameters of type ViewpointType
static void ModelHelper.addViewpointTypeId(String patternViewpointId_p, ViewpointType viewpointType_p, FactoryComponent factoryComponent_p)
          Add a viewpoint id in the specification of given factory component.
static  ModelHelper.getViewpointTypeIds(Specification specification_p, ViewpointType viewpointType_p)
          Get the viewpoint ids for given specification and viewpoint type.
 

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

Fields in org.eclipse.egf.model.impl with type parameters of type ViewpointType
protected  Map<ViewpointType,> SpecificationImpl.viewpointIds
          The cached value of the 'Viewpoint Ids' attribute
 

Methods in org.eclipse.egf.model.impl that return ViewpointType
 ViewpointType ModelFactoryImpl.createViewpointTypeFromString(EDataType eDataType, String initialValue)
           
 

Methods in org.eclipse.egf.model.impl that return types with arguments of type ViewpointType
 Map<ViewpointType,> SpecificationImpl.getViewpointIds()
           
 

Method parameters in org.eclipse.egf.model.impl with type arguments of type ViewpointType
 void SpecificationImpl.setViewpointIds(Map<ViewpointType,> newViewpointIds)
           
 

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

Methods in org.eclipse.egf.model.util with parameters of type ViewpointType
 boolean ModelValidator.validateViewpointType(ViewpointType viewpointType, 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.