Uses of Class
org.dmg.pmml.ChildParent.Recursive
-
Packages that use ChildParent.Recursive Package Description org.dmg.pmml -
-
Uses of ChildParent.Recursive in org.dmg.pmml
Methods in org.dmg.pmml that return ChildParent.Recursive Modifier and Type Method Description static ChildParent.RecursiveChildParent.Recursive. fromValue(java.lang.String v)ChildParent.RecursiveChildParent. getRecursive()static ChildParent.RecursiveChildParent.Recursive. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChildParent.Recursive[]ChildParent.Recursive. 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 ChildParent.Recursive Modifier and Type Method Description ChildParentChildParent. setRecursive(ChildParent.Recursive recursive)
-