Uses of Enum Class
nl.b3p.topnl.TopNLType
-
Uses of TopNLType in nl.b3p.topnl
Modifier and TypeMethodDescriptionstatic TopNLType
TopNLTypeFactory.getTopNLType
(String is) static TopNLType
TopNLTypeFactory.getTopNLType
(URL is) static TopNLType
Returns the enum constant of this class with the specified name.static TopNLType[]
TopNLType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Processor.importIntoDb
(URL in, TopNLType type) void
Processor.save
(List<TopNLEntity> entities, TopNLType type) void
Processor.save
(TopNLEntity entity, TopNLType type) -
Uses of TopNLType in nl.b3p.topnl.converters
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBContext
ConverterFactory.getContext
(TopNLType type) ConverterFactory.getConverter
(TopNLType type)