public class MapValues extends Expression implements HasExtensions
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">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}FieldColumnPair" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://www.dmg.org/PMML-4_2}TableLocator"/>
<element ref="{http://www.dmg.org/PMML-4_2}InlineTable"/>
</choice>
</sequence>
<attribute name="mapMissingTo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="outputColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataType" type="{http://www.dmg.org/PMML-4_2}DATATYPE" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MapValues() |
MapValues(String outputColumn) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
MapValues |
addExtensions(Extension... extensions) |
MapValues |
addFieldColumnPairs(FieldColumnPair... fieldColumnPairs) |
DataType |
getDataType()
Gets the value of the dataType property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
List<FieldColumnPair> |
getFieldColumnPairs()
Gets the value of the fieldColumnPairs property.
|
InlineTable |
getInlineTable()
Gets the value of the inlineTable property.
|
String |
getMapMissingTo()
Gets the value of the mapMissingTo property.
|
String |
getOutputColumn()
Gets the value of the outputColumn property.
|
TableLocator |
getTableLocator()
Gets the value of the tableLocator property.
|
boolean |
hasExtensions() |
boolean |
hasFieldColumnPairs() |
MapValues |
setDataType(DataType dataType)
Sets the value of the dataType property.
|
MapValues |
setDefaultValue(String defaultValue)
Sets the value of the defaultValue property.
|
MapValues |
setInlineTable(InlineTable inlineTable)
Sets the value of the inlineTable property.
|
MapValues |
setMapMissingTo(String mapMissingTo)
Sets the value of the mapMissingTo property.
|
MapValues |
setOutputColumn(String outputColumn)
Sets the value of the outputColumn property.
|
MapValues |
setTableLocator(TableLocator tableLocator)
Sets the value of the tableLocator property.
|
getLocator, setLocatorpublic MapValues()
public MapValues(String outputColumn)
public String getMapMissingTo()
Stringpublic MapValues setMapMissingTo(String mapMissingTo)
mapMissingTo - allowed object is
Stringpublic String getDefaultValue()
Stringpublic MapValues setDefaultValue(String defaultValue)
defaultValue - allowed object is
Stringpublic String getOutputColumn()
Stringpublic MapValues setOutputColumn(String outputColumn)
outputColumn - allowed object is
Stringpublic DataType getDataType()
DataTypepublic MapValues setDataType(DataType dataType)
dataType - allowed object is
DataTypepublic List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic List<FieldColumnPair> getFieldColumnPairs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fieldColumnPairs property.
For example, to add a new item, do as follows:
getFieldColumnPairs().add(newItem);
Objects of the following type(s) are allowed in the list
FieldColumnPair
public TableLocator getTableLocator()
TableLocatorpublic MapValues setTableLocator(TableLocator tableLocator)
tableLocator - allowed object is
TableLocatorpublic InlineTable getInlineTable()
InlineTablepublic MapValues setInlineTable(InlineTable inlineTable)
inlineTable - allowed object is
InlineTablepublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasFieldColumnPairs()
public MapValues addFieldColumnPairs(FieldColumnPair... fieldColumnPairs)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All Rights Reserved.