|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.pmml.model.datadictionary.DataDictionary
public class DataDictionary
The data dictionary representation (without support for extensions and taxonomy)
| Field Summary | |
|---|---|
private List<DataField> |
dataFields
The data fields |
private int |
numberOfFields
The numberOfFields attribute |
| Constructor Summary | |
|---|---|
DataDictionary()
|
|
| Method Summary | |
|---|---|
List<DataField> |
getDataFields()
Getter for the dataFields |
int |
getNumberOfFields()
Getter for the numberOfFields |
void |
setDataFields(List<DataField> dataFields)
Setter for the dataFields |
void |
setNumberOfFields(int numberOfFields)
Setter for the numberOfFields |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int numberOfFields
private List<DataField> dataFields
| Constructor Detail |
|---|
public DataDictionary()
| Method Detail |
|---|
public void setNumberOfFields(int numberOfFields)
numberOfFields - the numberOfFields to setpublic int getNumberOfFields()
public void setDataFields(List<DataField> dataFields)
dataFields - the dataFields to setpublic List<DataField> getDataFields()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||