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