|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.pmml.model.NamedTypeWithDisplayName
org.android.activityminer.pmml.model.transformation.DerivedField
public class DerivedField
The derived field representation (without extensions)
Field Summary | |
---|---|
private DataType |
dataType
The dataType of an DerivedField element specifies the default column type. |
private Expression |
expression
The expression |
private OpTypes |
optype
The opType is used to indicate admissible operations on the values. |
private List<Value> |
values
The values |
Constructor Summary | |
---|---|
DerivedField()
|
Method Summary | |
---|---|
DataType |
getDataType()
Getter for the dataType |
String |
getDataTypeValue()
Getter for the dataType string value |
Expression |
getExpression()
Getter for the expression |
OpTypes |
getOptype()
Getter for the optype |
List<Value> |
getValues()
Getter for the associated values |
void |
setDataType(DataType dataType)
Setter for the dataType |
void |
setDataTypeValue(String dataType)
Setter for the dataType string value |
void |
setExpression(Expression expression)
Setter for the expression |
void |
setOptype(OpTypes optype)
Setter for the optype |
void |
setValues(List<Value> values)
Setter for the values |
Methods inherited from class org.android.activityminer.pmml.model.NamedTypeWithDisplayName |
---|
getDisplayName, getName, setDisplayName, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private OpTypes optype
private DataType dataType
private Expression expression
private List<Value> values
Constructor Detail |
---|
public DerivedField()
Method Detail |
---|
public void setValues(List<Value> values)
values
- the values to setpublic List<Value> getValues()
public void setOptype(OpTypes optype)
optype
- the optype to setpublic OpTypes getOptype()
public void setDataTypeValue(String dataType)
dataType
- the dataType to setpublic String getDataTypeValue()
public void setDataType(DataType dataType)
dataType
- the dataType to setpublic DataType getDataType()
public Expression getExpression()
public void setExpression(Expression expression)
expression
- the expression to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |