|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dmg.pmml.pmml_4_1.descr.DerivedField
public class DerivedField
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_1}Extension" maxOccurs="unbounded" minOccurs="0"/> <group ref="{http://www.dmg.org/PMML-4_1}EXPRESSION"/> <element ref="{http://www.dmg.org/PMML-4_1}Value" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" /> <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="optype" use="required" type="{http://www.dmg.org/PMML-4_1}OPTYPE" /> <attribute name="dataType" use="required" type="{http://www.dmg.org/PMML-4_1}DATATYPE" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Aggregate |
aggregate
|
protected Apply |
apply
|
protected Constant |
constant
|
protected DATATYPE |
dataType
|
protected Discretize |
discretize
|
protected String |
displayName
|
protected List<Extension> |
extensions
|
protected FieldRef |
fieldRef
|
protected MapValues |
mapValues
|
protected String |
name
|
protected NormContinuous |
normContinuous
|
protected NormDiscrete |
normDiscrete
|
protected OPTYPE |
optype
|
protected List<Value> |
values
|
Constructor Summary | |
---|---|
DerivedField()
|
Method Summary | |
---|---|
Aggregate |
getAggregate()
Gets the value of the aggregate property. |
Apply |
getApply()
Gets the value of the apply property. |
Constant |
getConstant()
Gets the value of the constant property. |
DATATYPE |
getDataType()
Gets the value of the dataType property. |
Discretize |
getDiscretize()
Gets the value of the discretize property. |
String |
getDisplayName()
Gets the value of the displayName property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
FieldRef |
getFieldRef()
Gets the value of the fieldRef property. |
MapValues |
getMapValues()
Gets the value of the mapValues property. |
String |
getName()
Gets the value of the name property. |
NormContinuous |
getNormContinuous()
Gets the value of the normContinuous property. |
NormDiscrete |
getNormDiscrete()
Gets the value of the normDiscrete property. |
OPTYPE |
getOptype()
Gets the value of the optype property. |
List<Value> |
getValues()
Gets the value of the values property. |
void |
setAggregate(Aggregate value)
Sets the value of the aggregate property. |
void |
setApply(Apply value)
Sets the value of the apply property. |
void |
setConstant(Constant value)
Sets the value of the constant property. |
void |
setDataType(DATATYPE value)
Sets the value of the dataType property. |
void |
setDiscretize(Discretize value)
Sets the value of the discretize property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setFieldRef(FieldRef value)
Sets the value of the fieldRef property. |
void |
setMapValues(MapValues value)
Sets the value of the mapValues property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNormContinuous(NormContinuous value)
Sets the value of the normContinuous property. |
void |
setNormDiscrete(NormDiscrete value)
Sets the value of the normDiscrete property. |
void |
setOptype(OPTYPE value)
Sets the value of the optype 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 Aggregate aggregate
protected Apply apply
protected MapValues mapValues
protected Discretize discretize
protected NormDiscrete normDiscrete
protected NormContinuous normContinuous
protected FieldRef fieldRef
protected Constant constant
protected List<Value> values
protected String name
protected String displayName
protected OPTYPE optype
protected DATATYPE dataType
Constructor Detail |
---|
public DerivedField()
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 Aggregate getAggregate()
Aggregate
public void setAggregate(Aggregate value)
value
- allowed object is
Aggregate
public Apply getApply()
Apply
public void setApply(Apply value)
value
- allowed object is
Apply
public MapValues getMapValues()
MapValues
public void setMapValues(MapValues value)
value
- allowed object is
MapValues
public Discretize getDiscretize()
Discretize
public void setDiscretize(Discretize value)
value
- allowed object is
Discretize
public NormDiscrete getNormDiscrete()
NormDiscrete
public void setNormDiscrete(NormDiscrete value)
value
- allowed object is
NormDiscrete
public NormContinuous getNormContinuous()
NormContinuous
public void setNormContinuous(NormContinuous value)
value
- allowed object is
NormContinuous
public FieldRef getFieldRef()
FieldRef
public void setFieldRef(FieldRef value)
value
- allowed object is
FieldRef
public Constant getConstant()
Constant
public void setConstant(Constant value)
value
- allowed object is
Constant
public List<Value> getValues()
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 values property.
For example, to add a new item, do as follows:
getValues().add(newItem);
Objects of the following type(s) are allowed in the list
Value
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public OPTYPE getOptype()
OPTYPE
public void setOptype(OPTYPE value)
value
- allowed object is
OPTYPE
public DATATYPE getDataType()
DATATYPE
public void setDataType(DATATYPE value)
value
- allowed object is
DATATYPE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |