|
||||||||||
| 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(java.lang.String typeName,
Filter filter,
java.lang.String outputTag,
boolean outputCoveredText,
boolean outputAll,
java.lang.String shortDescription,
java.lang.String longDescription)
|
|
| Method Summary | |
|---|---|
void |
addOutput(Output output)
Add an output spec. |
Filter |
getFilter()
Get the filter for this map. |
java.lang.String |
getLongDescription()
|
boolean |
getOutputAll()
Get the "output all" switch. |
java.util.List<Output> |
getOutputs()
Get list of output specs. |
java.lang.String |
getOutputTag()
Get the output tag that the type name is mapped to. |
java.lang.String |
getShortDescription()
|
java.lang.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(java.lang.String typeName,
Filter filter,
java.lang.String outputTag,
boolean outputCoveredText,
boolean outputAll,
java.lang.String shortDescription,
java.lang.String longDescription)
| Method Detail |
|---|
public Filter getFilter()
TypeMap
getFilter in interface TypeMapnull.public java.util.List<Output> getOutputs()
TypeMap
getOutputs in interface TypeMappublic java.lang.String getOutputTag()
TypeMap
getOutputTag in interface TypeMappublic java.lang.String getTypeName()
TypeMap
getTypeName in interface TypeMappublic boolean isOutputCoveredText()
TypeMap
isOutputCoveredText in interface TypeMappublic java.lang.String getLongDescription()
getLongDescription in interface TypeMappublic java.lang.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 | |||||||||