Uses of Enum Class
weka.core.pmml.jaxbbindings.DELIMITER2
Packages that use DELIMITER2
-
Uses of DELIMITER2 in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return DELIMITER2Modifier and TypeMethodDescriptionstatic DELIMITER2
Delimiter.getDelimiter()
Gets the value of the delimiter property.static DELIMITER2
Returns the enum constant of this class with the specified name.static DELIMITER2[]
DELIMITER2.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core.pmml.jaxbbindings with parameters of type DELIMITER2Modifier and TypeMethodDescriptionvoid
Delimiter.setDelimiter
(DELIMITER2 value) Sets the value of the delimiter property.