Uses of Enum Class
weka.core.pmml.jaxbbindings.TIMEANCHOR2
Packages that use TIMEANCHOR2
-
Uses of TIMEANCHOR2 in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return TIMEANCHOR2Modifier and TypeMethodDescriptionstatic TIMEANCHOR2
TimeAnchor.getType()
Gets the value of the type property.static TIMEANCHOR2
Returns the enum constant of this class with the specified name.static TIMEANCHOR2[]
TIMEANCHOR2.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 TIMEANCHOR2Modifier and TypeMethodDescriptionvoid
TimeAnchor.setType
(TIMEANCHOR2 value) Sets the value of the type property.