| Constructor and Description |
|---|
TypeMapImpl(java.lang.String typeName,
Filter filter,
java.lang.String outputTag,
boolean outputCoveredText,
boolean outputAll,
java.lang.String shortDescription,
java.lang.String longDescription) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public TypeMapImpl(java.lang.String typeName,
Filter filter,
java.lang.String outputTag,
boolean outputCoveredText,
boolean outputAll,
java.lang.String shortDescription,
java.lang.String longDescription)
public Filter getFilter()
TypeMappublic java.util.List<Output> getOutputs()
TypeMapgetOutputs in interface TypeMappublic java.lang.String getOutputTag()
TypeMapgetOutputTag in interface TypeMappublic java.lang.String getTypeName()
TypeMapgetTypeName in interface TypeMappublic boolean isOutputCoveredText()
TypeMapisOutputCoveredText in interface TypeMappublic java.lang.String getLongDescription()
getLongDescription in interface TypeMappublic java.lang.String getShortDescription()
getShortDescription in interface TypeMappublic void addOutput(Output output)
TypeMappublic boolean getOutputAll()
TypeMapfalse.getOutputAll in interface TypeMapCopyright © 2013. All Rights Reserved.