public interface TypeMap
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.
|
Filter getFilter()
null
.boolean getOutputAll()
false
.void addOutput(Output output)
output
- String getOutputTag()
String getTypeName()
boolean isOutputCoveredText()
String getShortDescription()
String getLongDescription()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.