public class ParameterField
extends java.lang.Object
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 and Description |
|---|
ParameterField() |
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
getDataType()
Gets the value of the dataType property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
OPTYPE |
getOptype()
Gets the value of the optype property.
|
void |
setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOptype(OPTYPE value)
Sets the value of the optype property.
|
public DATATYPE getDataType()
DATATYPEpublic void setDataType(DATATYPE value)
value - allowed object is
DATATYPEpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic OPTYPE getOptype()
OPTYPE