Uses of Enum Class
repast.simphony.integration.EscapeConverter
Packages that use EscapeConverter
-
Uses of EscapeConverter in repast.simphony.integration
Methods in repast.simphony.integration that return EscapeConverterModifier and TypeMethodDescriptionDataFileWriter.getNewLineConverter()
static EscapeConverter
EscapeConverter.getNewLineConverter
(String handleType) static EscapeConverter
Returns the enum constant of this class with the specified name.static EscapeConverter[]
EscapeConverter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in repast.simphony.integration with parameters of type EscapeConverterModifier and TypeMethodDescriptionvoid
DataFileWriter.setNewLineConverter
(EscapeConverter newLineConverter)