public class ParameterField extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="optype" type="{http://www.dmg.org/PMML-4_2}OPTYPE" /> <attribute name="dataType" type="{http://www.dmg.org/PMML-4_2}DATATYPE" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DATATYPE |
dataType |
protected String |
name |
protected OPTYPE |
optype |
Constructor and Description |
---|
ParameterField() |
Modifier and Type | Method and Description |
---|---|
DATATYPE |
getDataType()
Gets the value of the dataType property.
|
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(String value)
Sets the value of the name property.
|
void |
setOptype(OPTYPE value)
Sets the value of the optype property.
|
protected String name
protected OPTYPE optype
protected DATATYPE dataType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public OPTYPE getOptype()
OPTYPE
public void setOptype(OPTYPE value)
value
- allowed object is
OPTYPE
public DATATYPE getDataType()
DATATYPE
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.