Uses of Class
org.dmg.pmml.time_series.TimeCycle.Type
-
Packages that use TimeCycle.Type Package Description org.dmg.pmml.time_series -
-
Uses of TimeCycle.Type in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return TimeCycle.Type Modifier and Type Method Description static TimeCycle.TypeTimeCycle.Type. fromValue(java.lang.String v)TimeCycle.TypeTimeCycle. getType()static TimeCycle.TypeTimeCycle.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TimeCycle.Type[]TimeCycle.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 TimeCycle.Type Modifier and Type Method Description TimeCycleTimeCycle. setType(TimeCycle.Type type)
-