public class RichConstant extends org.dmg.pmml.Constant implements HasParsedValue<RichConstant>
| Constructor and Description |
|---|
RichConstant() |
RichConstant(org.dmg.pmml.Constant constant) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.DataType |
getDataType() |
String |
getValue() |
FieldValue |
getValue(org.dmg.pmml.DataType dataType,
org.dmg.pmml.OpType opType) |
default FieldValue |
parse(org.dmg.pmml.DataType arg0,
org.dmg.pmml.OpType arg1,
Object arg2) |
default List<FieldValue> |
parseAll(org.dmg.pmml.DataType arg0,
org.dmg.pmml.OpType arg1,
List<?> arg2) |
RichConstant |
setValue(String value) |
public RichConstant()
public RichConstant(org.dmg.pmml.Constant constant)
public org.dmg.pmml.DataType getDataType()
getDataType in interface org.dmg.pmml.HasDataType<org.dmg.pmml.Constant>getDataType in class org.dmg.pmml.Constantpublic String getValue()
getValue in interface org.dmg.pmml.HasValue<RichConstant>getValue in class org.dmg.pmml.Constantpublic RichConstant setValue(String value)
setValue in interface org.dmg.pmml.HasValue<RichConstant>setValue in class org.dmg.pmml.Constantpublic FieldValue getValue(org.dmg.pmml.DataType dataType, org.dmg.pmml.OpType opType)
getValue in interface HasParsedValue<RichConstant>public FieldValue parse(org.dmg.pmml.DataType arg0, org.dmg.pmml.OpType arg1, Object arg2)
public List<FieldValue> parseAll(org.dmg.pmml.DataType arg0, org.dmg.pmml.OpType arg1, List<?> arg2)
Copyright © 2018. All rights reserved.