|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| 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.MapValues
public class MapValues
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>
| Field Summary | |
|---|---|
protected DATATYPE |
dataType
|
protected String |
defaultValue
|
protected List<Extension> |
extensions
|
protected List<FieldColumnPair> |
fieldColumnPairs
|
protected InlineTable |
inlineTable
|
protected String |
mapMissingTo
|
protected String |
outputColumn
|
protected TableLocator |
tableLocator
|
| Constructor Summary | |
|---|---|
MapValues()
|
|
| Method Summary | |
|---|---|
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. |
void |
setDataType(DATATYPE value)
Sets the value of the dataType property. |
void |
setDefaultValue(String value)
Sets the value of the defaultValue property. |
void |
setInlineTable(InlineTable value)
Sets the value of the inlineTable property. |
void |
setMapMissingTo(String value)
Sets the value of the mapMissingTo property. |
void |
setOutputColumn(String value)
Sets the value of the outputColumn property. |
void |
setTableLocator(TableLocator value)
Sets the value of the tableLocator property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Extension> extensions
protected List<FieldColumnPair> fieldColumnPairs
protected InlineTable inlineTable
protected TableLocator tableLocator
protected String mapMissingTo
protected String defaultValue
protected String outputColumn
protected DATATYPE dataType
| Constructor Detail |
|---|
public MapValues()
| Method Detail |
|---|
public 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
public 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 InlineTable getInlineTable()
InlineTablepublic void setInlineTable(InlineTable value)
value - allowed object is
InlineTablepublic TableLocator getTableLocator()
TableLocatorpublic void setTableLocator(TableLocator value)
value - allowed object is
TableLocatorpublic String getMapMissingTo()
Stringpublic void setMapMissingTo(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getOutputColumn()
Stringpublic void setOutputColumn(String value)
value - allowed object is
Stringpublic DATATYPE getDataType()
DATATYPEpublic void setDataType(DATATYPE value)
value - allowed object is
DATATYPE
|
Drools :: PMML - Compiler 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||