|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.uima.simpleserver.config.impl.TypeMapImpl
public class TypeMapImpl
| Constructor Summary | |
|---|---|
TypeMapImpl(String typeName,
Filter filter,
String outputTag,
boolean outputCoveredText,
boolean outputAll,
String shortDescription,
String longDescription)
|
|
| Method Summary | |
|---|---|
void |
addOutput(Output output)
Add an output spec. |
Filter |
getFilter()
Get the filter for this map. |
String |
getLongDescription()
|
boolean |
getOutputAll()
Get the "output all" switch. |
List<Output> |
getOutputs()
Get list of output specs. |
String |
getOutputTag()
Get the output tag that the type name is mapped to. |
String |
getShortDescription()
|
String |
getTypeName()
Get the type name. |
boolean |
isOutputCoveredText()
Get the switch for covered text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeMapImpl(String typeName,
Filter filter,
String outputTag,
boolean outputCoveredText,
boolean outputAll,
String shortDescription,
String longDescription)
| Method Detail |
|---|
public Filter getFilter()
TypeMap
getFilter in interface TypeMapnull.public List<Output> getOutputs()
TypeMap
getOutputs in interface TypeMappublic String getOutputTag()
TypeMap
getOutputTag in interface TypeMappublic String getTypeName()
TypeMap
getTypeName in interface TypeMappublic boolean isOutputCoveredText()
TypeMap
isOutputCoveredText in interface TypeMappublic String getLongDescription()
getLongDescription in interface TypeMappublic String getShortDescription()
getShortDescription in interface TypeMappublic void addOutput(Output output)
TypeMap
addOutput in interface TypeMappublic boolean getOutputAll()
TypeMapfalse.
getOutputAll in interface TypeMap
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||