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.
|
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.
|
Filter getFilter()
null
.boolean getOutputAll()
false
.java.util.List<Output> getOutputs()
void addOutput(Output output)
output
- java.lang.String getOutputTag()
java.lang.String getTypeName()
boolean isOutputCoveredText()
java.lang.String getShortDescription()
java.lang.String getLongDescription()
Copyright © 2013. All Rights Reserved.