Uses of Class
org.dmg.pmml.time_series.TimeException.Type
-
Packages that use TimeException.Type Package Description org.dmg.pmml.time_series -
-
Uses of TimeException.Type in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TimeException.Type Modifier and Type Method Description static TimeException.TypeTimeException.Type. fromValue(java.lang.String v)TimeException.TypeTimeException. getType()static TimeException.TypeTimeException.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeException.Type[]TimeException.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml.time_series with parameters of type TimeException.Type Modifier and Type Method Description TimeExceptionTimeException. setType(TimeException.Type type)
-