Uses of Interface
org.eclipse.corona.model.container.ContainerPathElement

Packages that use ContainerPathElement
org.eclipse.corona.model.container   
org.eclipse.corona.model.container.impl   
org.eclipse.corona.model.container.util   
 

Uses of ContainerPathElement in org.eclipse.corona.model.container
 

Methods in org.eclipse.corona.model.container that return ContainerPathElement
 ContainerPathElement ContainerFactory.createContainerPathElement()
          Returns a new object of class 'Path Element'
 ContainerPathElement ContextContainer.getContainerPath()
          Returns the value of the 'Container Path' containment reference
 

Methods in org.eclipse.corona.model.container with parameters of type ContainerPathElement
 void ContextContainer.setContainerPath(ContainerPathElement value)
          Sets the value of the 'Container Path' containment reference
 

Uses of ContainerPathElement in org.eclipse.corona.model.container.impl
 

Classes in org.eclipse.corona.model.container.impl that implement ContainerPathElement
 class ContainerPathElementImpl
          An implementation of the model object 'Path Element'
 

Fields in org.eclipse.corona.model.container.impl declared as ContainerPathElement
protected  ContainerPathElement ContextContainerImpl.containerPath
          The cached value of the 'Container Path' containment reference
 

Methods in org.eclipse.corona.model.container.impl that return ContainerPathElement
 ContainerPathElement ContainerFactoryImpl.createContainerPathElement()
           
 ContainerPathElement ContextContainerImpl.getContainerPath()
           
 

Methods in org.eclipse.corona.model.container.impl with parameters of type ContainerPathElement
 org.eclipse.emf.common.notify.NotificationChain ContextContainerImpl.basicSetContainerPath(ContainerPathElement newContainerPath, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ContextContainerImpl.setContainerPath(ContainerPathElement newContainerPath)
           
 

Uses of ContainerPathElement in org.eclipse.corona.model.container.util
 

Methods in org.eclipse.corona.model.container.util with parameters of type ContainerPathElement
 java.lang.Object ContainerSwitch.caseContainerPathElement(ContainerPathElement object)
          Returns the result of interpretting the object as an instance of 'Path Element'
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.