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

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

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

Methods in org.eclipse.corona.model.container that return RelationshipFile
 RelationshipFile ContainerFactory.createRelationshipFile()
          Returns a new object of class 'Relationship File'
 

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

Classes in org.eclipse.corona.model.container.impl that implement RelationshipFile
 class RelationshipFileImpl
          An implementation of the model object 'Relationship File'
 

Methods in org.eclipse.corona.model.container.impl that return RelationshipFile
 RelationshipFile ContainerFactoryImpl.createRelationshipFile()
           
 

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

Methods in org.eclipse.corona.model.container.util with parameters of type RelationshipFile
 java.lang.Object ContainerSwitch.caseRelationshipFile(RelationshipFile object)
          Returns the result of interpretting the object as an instance of 'Relationship File'
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.