Package org.jfree.xml.generator.model
Class MappingModel
java.lang.Object
org.jfree.xml.generator.model.MappingModel
A mapping model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addManualMapping
(ManualMappingInfo mappingInfo) Adds a manual mapping.void
addMultiplexMapping
(MultiplexMappingInfo mappingInfo) Adds a multiplex mapping.Returns the manual mapping info.Returns the multiplex mapping info.lookupMultiplexMapping
(Class baseClass) Returns a multiplex mapping for the specified class.
-
Constructor Details
-
MappingModel
public MappingModel()Creates a new instance.
-
-
Method Details
-
getMultiplexMapping
Returns the multiplex mapping info.- Returns:
- The multiplex mapping info.
-
getManualMapping
Returns the manual mapping info.- Returns:
- The manual mapping info.
-
addManualMapping
Adds a manual mapping.- Parameters:
mappingInfo
- the mapping.
-
addMultiplexMapping
Adds a multiplex mapping.- Parameters:
mappingInfo
- the mapping.
-
lookupMultiplexMapping
Returns a multiplex mapping for the specified class.- Parameters:
baseClass
- the base class.- Returns:
- The mapping.
-