Uses of Class
ontopoly.utils.ExportUtils.Content
-
Packages that use ExportUtils.Content Package Description ontopoly.utils -
-
Uses of ExportUtils.Content in ontopoly.utils
Methods in ontopoly.utils that return ExportUtils.Content Modifier and Type Method Description static ExportUtils.Content
ExportUtils.Content. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportUtils.Content[]
ExportUtils.Content. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ontopoly.utils with parameters of type ExportUtils.Content Modifier and Type Method Description static void
ExportUtils. export(TopicMap topicMap, String format, ExportUtils.Content content, OutputStreamWriter out)
-