public class Customization
extends org.jpmml.python.PythonObject
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_DELETE |
static String |
COMMAND_INSERT |
static String |
COMMAND_UPDATE |
| Constructor and Description |
|---|
Customization() |
Customization(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Customization |
createDelete(String xPathExpr) |
static Customization |
createInsert(String xPathExpr,
String pmmlElement) |
static Customization |
createUpdate(String xPathExpr,
String pmmlElement) |
String |
getCommand() |
String |
getPMMLElement() |
String |
getXPathExpr() |
Customization |
setCommand(String command) |
Customization |
setPMMLElement(String pmmlElement) |
Customization |
setXPathExpr(String xPathExpr) |
get, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getClassName, getDict, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalBoolean, getOptionalInteger, getOptionalNumber, getOptionalObject, getOptionalScalar, getOptionalString, getPythonModule, getPythonName, getPythonObject, getScalar, getString, getStringArray, getTuple, getTupleList, setClassNameclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static final String COMMAND_INSERT
public static final String COMMAND_UPDATE
public static final String COMMAND_DELETE
public String getCommand()
public Customization setCommand(String command)
public String getXPathExpr()
public Customization setXPathExpr(String xPathExpr)
public String getPMMLElement()
public Customization setPMMLElement(String pmmlElement)
public static Customization createInsert(String xPathExpr, String pmmlElement)
public static Customization createUpdate(String xPathExpr, String pmmlElement)
public static Customization createDelete(String xPathExpr)
Copyright © 2024. All rights reserved.