public class ParameterField extends Field
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.dmg.org/PMML-4_2}FIELD-NAME" />
<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>
| Constructor and Description |
|---|
ParameterField() |
ParameterField(FieldName name) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
DataType |
getDataType()
Gets the value of the dataType property.
|
FieldName |
getName()
Gets the value of the name property.
|
OpType |
getOpType()
Gets the value of the opType property.
|
ParameterField |
setDataType(DataType dataType)
Sets the value of the dataType property.
|
ParameterField |
setName(FieldName name)
Sets the value of the name property.
|
ParameterField |
setOpType(OpType opType)
Sets the value of the opType property.
|
getDisplayName, getKey, setDisplayNamegetLocator, setLocatorpublic ParameterField()
public ParameterField(FieldName name)
public FieldName getName()
public ParameterField setName(FieldName name)
public OpType getOpType()
public ParameterField setOpType(OpType opType)
public DataType getDataType()
getDataType in class FieldDataTypepublic ParameterField setDataType(DataType dataType)
setDataType in class FielddataType - allowed object is
DataTypepublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All Rights Reserved.