org.apache.uima.resourceSpecifier.factory.impl
Class ImportImpl

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.ImportImpl
All Implemented Interfaces:
Import

public class ImportImpl
extends Object
implements Import

The Class ImportImpl.


Constructor Summary
protected ImportImpl(org.apache.uima.resourceSpecifier.ImportType it)
          Instantiates a new import impl.
 
Method Summary
 String getByName()
          Gets the name.
 String getLocation()
          Gets the location.
 void setByName(String name)
          Sets the location.
 void setLocation(String location)
          Sets the location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportImpl

protected ImportImpl(org.apache.uima.resourceSpecifier.ImportType it)
Instantiates a new import impl.

Parameters:
it - the it
Method Detail

getLocation

public String getLocation()
Description copied from interface: Import
Gets the location.

Specified by:
getLocation in interface Import
Returns:
the location

setLocation

public void setLocation(String location)
Description copied from interface: Import
Sets the location.

Specified by:
setLocation in interface Import
Parameters:
location - the new location

getByName

public String getByName()
Description copied from interface: Import
Gets the name.

Specified by:
getByName in interface Import
Returns:
the name

setByName

public void setByName(String name)
Description copied from interface: Import
Sets the location.

Specified by:
setByName in interface Import


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.