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

java.lang.Object
  extended by org.eclipse.emf.oda.ecore.ui.impl.EcoreDataSetWizardPage.Variable
Enclosing class:
EcoreDataSetWizardPage

protected static class EcoreDataSetWizardPage.Variable
extends java.lang.Object

Representation of an expression variable.


Field Summary
protected  java.lang.String name
           
protected  EClassifier type
           
 
Constructor Summary
protected EcoreDataSetWizardPage.Variable(java.lang.String name, EClassifier type)
           
 
Method Summary
protected  java.lang.String getName()
          Returns the name of this expression variable.
protected  EClassifier getType()
          Returns the type of this expression variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected final java.lang.String name

type

protected final EClassifier type
Constructor Detail

EcoreDataSetWizardPage.Variable

protected EcoreDataSetWizardPage.Variable(java.lang.String name,
                                          EClassifier type)
Method Detail

getName

protected java.lang.String getName()
Returns the name of this expression variable.

Returns:
the name

getType

protected EClassifier getType()
Returns the type of this expression variable.

Returns:
the type

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