Uses of Enum Class
nl.b3p.topnl.TopNLType
Packages that use TopNLType
-
Uses of TopNLType in nl.b3p.topnl
Methods in nl.b3p.topnl that return TopNLTypeModifier 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.Methods in nl.b3p.topnl with parameters of type TopNLTypeModifier 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
Methods in nl.b3p.topnl.converters with parameters of type TopNLTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBContext
ConverterFactory.getContext
(TopNLType type) ConverterFactory.getConverter
(TopNLType type)