|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.pmml.model.knn.InstanceField
public class InstanceField
The instance field representation (without extensions)
Field Summary | |
---|---|
private String |
column
Defines the name of the tag or column used by element InlineTable. |
private String |
field
Contains the name of a DataField or a DerivedField (in case isTransformed is set to "true"). |
Constructor Summary | |
---|---|
InstanceField()
|
Method Summary | |
---|---|
String |
getColumn()
Getter for the column |
String |
getField()
Getter for the field |
void |
setColumn(String column)
Setter for the column |
void |
setField(String field)
Setter for the field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String field
private String column
Constructor Detail |
---|
public InstanceField()
Method Detail |
---|
public void setField(String field)
field
- the field to setpublic String getField()
public void setColumn(String column)
column
- the column to setpublic String getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |