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