public class ParameterField extends Field implements com.sun.xml.bind.Locatable
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_1}FIELD-NAME" />
<attribute name="optype" type="{http://www.dmg.org/PMML-4_1}OPTYPE" />
<attribute name="dataType" type="{http://www.dmg.org/PMML-4_1}DATATYPE" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
dataType |
protected Locator |
locator |
protected FieldName |
name |
protected OpType |
optype |
| Constructor and Description |
|---|
ParameterField()
Deprecated.
|
ParameterField(FieldName name) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
DataType |
getDataType()
Gets the value of the dataType property.
|
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(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.
|
void |
setSourceLocation(Locator newLocator) |
Locator |
sourceLocation() |
ParameterField |
withDataType(DataType value) |
ParameterField |
withName(FieldName value) |
ParameterField |
withOptype(OpType value) |
protected FieldName name
protected OpType optype
protected DataType dataType
protected Locator locator
@Deprecated 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 Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic String getDisplayName()
getDisplayName in class FieldUnsupportedOperationException - Always.public void setDisplayName(String displayName)
setDisplayName in class FieldUnsupportedOperationException - Always.public VisitorAction accept(Visitor visitor)
Copyright © 2014 University of Tartu. All Rights Reserved.