|
||||||||||
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.datadictionary.DataField
public class DataField
The data field representation ( without support for extensions )
Field Summary | |
---|---|
private DataType |
dataType
The dataType attribute |
private Boolean |
isCyclic
The isCyclic attribute |
private List<Object> |
list
Optional Interval/Value Sequence entries |
private OpTypes |
optype
The optype attribute |
private String |
taxonomy
The taxonomy attribute |
Constructor Summary | |
---|---|
DataField()
|
Method Summary | |
---|---|
DataType |
getDataType()
Getter for the dataType |
String |
getDataTypeValue()
Getter for the dataType string value |
List<Interval> |
getIntervals()
Getter for the intervals |
String |
getIsCyclicValue()
Getter for the isCyclic attribute |
OpTypes |
getOptype()
Getter for the optype |
String |
getTaxonomy()
Getter for the taxonomy |
List<Value> |
getValues()
Getter for the values of cardinal |
boolean |
isCyclic()
Getter for the isCyclic flag |
void |
setDataType(DataType dataType)
Setter for the dataType |
void |
setDataTypeValue(String dataType)
Setter for the dataType string value |
void |
setIsCyclic(boolean isCyclic)
Setter for the isCyclic flag |
void |
setIsCyclicValue(String isCyclic)
Setter for the isCyclic attribute |
void |
setOptype(OpTypes optype)
Setter for the optype |
void |
setTaxonomy(String taxonomy)
Setter for the taxonomy |
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 List<Object> list
private DataType dataType
private OpTypes optype
private String taxonomy
private Boolean isCyclic
Constructor Detail |
---|
public DataField()
Method Detail |
---|
public List<Value> getValues()
public List<Interval> getIntervals()
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 String getTaxonomy()
public void setTaxonomy(String taxonomy)
taxonomy
- the taxonomy to setpublic void setIsCyclic(boolean isCyclic)
isCyclic
- the isCyclic flagpublic boolean isCyclic()
public void setIsCyclicValue(String isCyclic)
isCyclic
- the isCyclic attribute to setpublic String getIsCyclicValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |