Package weka.core.pmml.jaxbbindings
Class ParameterField
java.lang.Object
weka.core.pmml.jaxbbindings.ParameterField
Java class for ParameterField element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="ParameterField"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="dataType" type="{http://www.dmg.org/PMML-4_1}DATATYPE" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="optype" type="{http://www.dmg.org/PMML-4_1}OPTYPE" /> </restriction> </complexContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataType property.getName()
Gets the value of the name property.Gets the value of the optype property.void
setDataType
(DATATYPE value) Sets the value of the dataType property.void
Sets the value of the name property.void
Sets the value of the optype property.
-
Constructor Details
-
ParameterField
public ParameterField()
-
-
Method Details
-
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
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getOptype
Gets the value of the optype property.- Returns:
- possible object is
OPTYPE
-
setOptype
Sets the value of the optype property.- Parameters:
value
- allowed object isOPTYPE
-