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

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

public class TopDescriptorImpl
extends Object
implements TopDescriptor

The Class TopDescriptorImpl.


Constructor Summary
TopDescriptorImpl(org.apache.uima.resourceSpecifier.TopDescriptorType tdt, ServiceContext context)
          Instantiates a new top descriptor impl.
 
Method Summary
 Import getImport()
          Gets the import.
 void setImport(Import imprt)
          Sets the import.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopDescriptorImpl

public TopDescriptorImpl(org.apache.uima.resourceSpecifier.TopDescriptorType tdt,
                         ServiceContext context)
Instantiates a new top descriptor impl.

Parameters:
tdt - the tdt
context - the context
Method Detail

getImport

public Import getImport()
Description copied from interface: TopDescriptor
Gets the import.

Specified by:
getImport in interface TopDescriptor
Returns:
the import

setImport

public void setImport(Import imprt)
Description copied from interface: TopDescriptor
Sets the import.

Specified by:
setImport in interface TopDescriptor
Parameters:
imprt - the new import


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