public class Constant extends Expression
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="dataType" type="{http://www.dmg.org/PMML-4_3}DATATYPE" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
DataType |
getDataType()
Gets the value of the dataType property.
|
String |
getValue()
Gets the value of the value property.
|
Constant |
setDataType(DataType dataType)
Sets the value of the dataType property.
|
Constant |
setValue(String value)
Sets the value of the value property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Constant()
public Constant(String value)
public DataType getDataType()
DataTypepublic Constant setDataType(DataType dataType)
dataType - allowed object is
DataTypepublic String getValue()
Stringpublic Constant setValue(String value)
value - allowed object is
Stringpublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.