Uses of Class
org.dmg.pmml.Value.Property
-
Packages that use Value.Property Package Description org.dmg.pmml -
-
Uses of Value.Property in org.dmg.pmml
Methods in org.dmg.pmml that return Value.Property Modifier and Type Method Description static Value.PropertyValue.Property. fromValue(java.lang.String v)Value.PropertyValue. getProperty()static Value.PropertyValue.Property. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Value.Property[]Value.Property. 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 Value.Property Modifier and Type Method Description default EHasDiscreteDomain. addValues(Value.Property property, java.lang.Object... values)ValueValue. setProperty(Value.Property property)
-