|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_2.descr.ParameterField
public class ParameterField
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>
| Field Summary | |
|---|---|
protected DATATYPE |
dataType
|
protected String |
name
|
protected OPTYPE |
optype
|
| Constructor Summary | |
|---|---|
ParameterField()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected OPTYPE optype
protected DATATYPE dataType
| Constructor Detail |
|---|
public ParameterField()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic OPTYPE getOptype()
OPTYPEpublic void setOptype(OPTYPE value)
value - allowed object is
OPTYPEpublic DATATYPE getDataType()
DATATYPEpublic void setDataType(DATATYPE value)
value - allowed object is
DATATYPE
|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||