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.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.HasValue<RichConstant>public 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>Copyright © 2017. All Rights Reserved.