org.eclipse.emf.ant.taskdefs.codegen.ecore
Class GeneratorTask.ModelLocation

java.lang.Object
  extended byorg.eclipse.emf.ant.taskdefs.codegen.ecore.GeneratorTask.ModelLocation
Enclosing class:
GeneratorTask

public static class GeneratorTask.ModelLocation
extends Object


Constructor Summary
GeneratorTask.ModelLocation()
           
 
Method Summary
 File getFile()
           
 String getUri()
           
 void setFile(File file)
           
 void setUri(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorTask.ModelLocation

public GeneratorTask.ModelLocation()
Method Detail

getFile

public File getFile()

setFile

public void setFile(File file)

getUri

public String getUri()

setUri

public void setUri(String uri)

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