public class RichConstant extends org.dmg.pmml.Constant implements HasParsedValue
| Constructor and Description |
|---|
RichConstant() |
RichConstant(org.dmg.pmml.Constant constant) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.FieldName |
getField() |
String |
getValue() |
FieldValue |
getValue(org.dmg.pmml.DataType dataType,
org.dmg.pmml.OpType opType) |
RichConstant |
setValue(String value) |
public RichConstant()
public RichConstant(org.dmg.pmml.Constant constant)
public org.dmg.pmml.FieldName getField()
getField in interface org.dmg.pmml.HasValuepublic String getValue()
getValue in interface org.dmg.pmml.HasValuegetValue in class org.dmg.pmml.Constantpublic RichConstant setValue(String value)
setValue in interface org.dmg.pmml.HasValuesetValue in class org.dmg.pmml.Constantpublic FieldValue getValue(org.dmg.pmml.DataType dataType, org.dmg.pmml.OpType opType)
getValue in interface HasParsedValueCopyright © 2016. All Rights Reserved.