org.apache.uima.resourceSpecifier.factory
Interface Import

All Known Implementing Classes:
ImportImpl

public interface Import

The Interface Import.


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.
 

Method Detail

getLocation

String getLocation()
Gets the location.

Returns:
the location

setLocation

void setLocation(String location)
Sets the location.

Parameters:
location - the new location

getByName

String getByName()
Gets the name.

Returns:
the name

setByName

void setByName(String name)
Sets the location.

Parameters:
location - the new location


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