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>
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
dataType |
protected FieldName |
name |
protected OpType |
opType |
| 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.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
FieldName |
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 |
setDisplayName(java.lang.String displayName)
Sets the value of the displayName property.
|
void |
setName(FieldName value)
Sets the value of the name property.
|
void |
setOpType(OpType value)
Sets the value of the opType property.
|
ParameterField |
withDataType(DataType value) |
ParameterField |
withName(FieldName value) |
ParameterField |
withOpType(OpType value) |
getLocator, setLocatorprotected FieldName name
protected OpType opType
protected DataType dataType
public ParameterField()
public ParameterField(FieldName name)
public FieldName getName()
public void setName(FieldName value)
public OpType getOpType()
public void setOpType(OpType value)
public DataType getDataType()
getDataType in class FieldDataTypepublic void setDataType(DataType value)
setDataType in class Fieldvalue - allowed object is
DataTypepublic ParameterField withName(FieldName value)
public ParameterField withOpType(OpType value)
public ParameterField withDataType(DataType value)
public java.lang.String getDisplayName()
getDisplayName in class Fieldjava.lang.UnsupportedOperationException - Always.public void setDisplayName(java.lang.String displayName)
setDisplayName in class Fieldjava.lang.UnsupportedOperationException - Always.public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.