Package weka.core.pmml.jaxbbindings
Class Constant
java.lang.Object
weka.core.pmml.jaxbbindings.Constant
Java class for Constant element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Constant"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="dataType" type="{http://www.dmg.org/PMML-4_1}DATATYPE" /> </extension> </simpleContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataType property.getValue()
Gets the value of the value property.void
setDataType
(DATATYPE value) Sets the value of the dataType property.void
Sets the value of the value property.
-
Constructor Details
-
Constant
public Constant()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getDataType
Gets the value of the dataType property.- Returns:
- possible object is
DATATYPE
-
setDataType
Sets the value of the dataType property.- Parameters:
value
- allowed object isDATATYPE
-