|
||||||||||
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 TypeMap
null
.public java.util.List<Output> getOutputs()
TypeMap
getOutputs
in interface TypeMap
public java.lang.String getOutputTag()
TypeMap
getOutputTag
in interface TypeMap
public java.lang.String getTypeName()
TypeMap
getTypeName
in interface TypeMap
public boolean isOutputCoveredText()
TypeMap
isOutputCoveredText
in interface TypeMap
public java.lang.String getLongDescription()
getLongDescription
in interface TypeMap
public java.lang.String getShortDescription()
getShortDescription
in interface TypeMap
public void addOutput(Output output)
TypeMap
addOutput
in interface TypeMap
public boolean getOutputAll()
TypeMap
false
.
getOutputAll
in interface TypeMap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |