| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model |
| Modifier and Type | Method and Description |
|---|---|
static Array.Type |
Array.Type.fromValue(String v) |
Array.Type |
Array.getType() |
Array.Type |
Array.requireType() |
static Array.Type |
Array.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Array.Type[] |
Array.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Array |
Array.setType(Array.Type type) |
ComplexArray |
ComplexArray.setType(Array.Type type) |
| Constructor and Description |
|---|
Array(Array.Type type,
Object value) |
ComplexArray(Array.Type type,
Collection<?> value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ArrayUtil.format(Array.Type type,
Collection<?> values) |
static List<String> |
ArrayUtil.parse(Array.Type type,
String string) |
Copyright © 2022. All rights reserved.