Uses of Class
org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.Variable

Packages that use EcoreDataSetWizardPage.Variable
org.eclipse.emf.oda.ecore.ui.impl   
 

Uses of EcoreDataSetWizardPage.Variable in org.eclipse.emf.oda.ecore.ui.impl
 

Fields in org.eclipse.emf.oda.ecore.ui.impl with type parameters of type EcoreDataSetWizardPage.Variable
protected  java.util.List<EcoreDataSetWizardPage.Variable> EcoreDataSetWizardPage.variables
           
 

Methods in org.eclipse.emf.oda.ecore.ui.impl that return types with arguments of type EcoreDataSetWizardPage.Variable
protected  java.util.List<EcoreDataSetWizardPage.Variable> EcoreDataSetWizardPage.getVariables()
          Returns the value of the expression variables property.
protected  java.util.List<EcoreDataSetWizardPage.Variable> EcoreDataSetWizardPage.getVariablesFromString(java.lang.String string)
          Retrieves the expression variables corresponding to the specified string representation.
 

Method parameters in org.eclipse.emf.oda.ecore.ui.impl with type arguments of type EcoreDataSetWizardPage.Variable
protected  java.util.Map<java.lang.String,EClassifier> EcoreDataSetWizardPage.convertVariablesToMap(java.util.List<EcoreDataSetWizardPage.Variable> variables)
          Converts the specified expression variables to a map representation.
protected  java.lang.String EcoreDataSetWizardPage.convertVariablesToString(java.util.List<EcoreDataSetWizardPage.Variable> variables)
          Converts the specified expression variables to a string representation.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.