org.apache.uima.simpleserver.config.impl
Class OutputImpl

java.lang.Object
  extended by org.apache.uima.simpleserver.config.impl.OutputImpl
All Implemented Interfaces:
Output

public class OutputImpl
extends Object
implements Output


Constructor Summary
OutputImpl(List<String> features, String attribute)
           
OutputImpl(List<String> features, String attribute, String shortDescription, String longDescription)
           
 
Method Summary
 String getAttribute()
           
 List<String> getFeaturePath()
           
 String getLongDescription()
           
 String getShortDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputImpl

public OutputImpl(List<String> features,
                  String attribute)

OutputImpl

public OutputImpl(List<String> features,
                  String attribute,
                  String shortDescription,
                  String longDescription)
Method Detail

getLongDescription

public String getLongDescription()
Specified by:
getLongDescription in interface Output

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in interface Output

getAttribute

public String getAttribute()
Specified by:
getAttribute in interface Output

getFeaturePath

public List<String> getFeaturePath()
Specified by:
getFeaturePath in interface Output


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