| Constructor and Description |
|---|
TypeMapImpl(String typeName,
Filter filter,
String outputTag,
boolean outputCoveredText,
boolean outputAll,
String shortDescription,
String longDescription) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Filter getFilter()
TypeMappublic List<Output> getOutputs()
TypeMapgetOutputs in interface TypeMappublic String getOutputTag()
TypeMapgetOutputTag in interface TypeMappublic String getTypeName()
TypeMapgetTypeName in interface TypeMappublic boolean isOutputCoveredText()
TypeMapisOutputCoveredText in interface TypeMappublic String getLongDescription()
getLongDescription in interface TypeMappublic String getShortDescription()
getShortDescription in interface TypeMappublic void addOutput(Output output)
TypeMappublic boolean getOutputAll()
TypeMapfalse.getOutputAll in interface TypeMapCopyright © 2006–2025 The Apache Software Foundation. All rights reserved.