Uses of Class
org.dmg.pmml.Interval.Closure
-
Packages that use Interval.Closure Package Description org.dmg.pmml -
-
Uses of Interval.Closure in org.dmg.pmml
Methods in org.dmg.pmml that return Interval.Closure Modifier and Type Method Description static Interval.ClosureInterval.Closure. fromValue(java.lang.String v)Interval.ClosureInterval. getClosure()Interval.ClosureInterval. requireClosure()static Interval.ClosureInterval.Closure. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Interval.Closure[]Interval.Closure. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type Interval.Closure Modifier and Type Method Description IntervalInterval. setClosure(Interval.Closure closure)Constructors in org.dmg.pmml with parameters of type Interval.Closure Constructor Description Interval(Interval.Closure closure)
-