org.android.activityminer.pmml.model.datadictionary
Class DataField

Package class diagram package DataField
java.lang.Object
  extended by org.android.activityminer.pmml.model.NamedTypeWithDisplayName
      extended by org.android.activityminer.pmml.model.datadictionary.DataField

public class DataField
extends NamedTypeWithDisplayName

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

list

private List<Object> list
Optional Interval/Value Sequence entries


dataType

private DataType dataType
The dataType attribute


optype

private OpTypes optype
The optype attribute


taxonomy

private String taxonomy
The taxonomy attribute


isCyclic

private Boolean isCyclic
The isCyclic attribute

Constructor Detail

DataField

public DataField()
Method Detail

getValues

public List<Value> getValues()
Getter for the values of cardinal

Returns:
the list with intervals if defined

getIntervals

public List<Interval> getIntervals()
Getter for the intervals

Returns:
the list with intervals if defined

setOptype

public void setOptype(OpTypes optype)
Setter for the optype

Parameters:
optype - the optype to set

getOptype

public OpTypes getOptype()
Getter for the optype

Returns:
the optype

setDataTypeValue

public void setDataTypeValue(String dataType)
Setter for the dataType string value

Parameters:
dataType - the dataType to set

getDataTypeValue

public String getDataTypeValue()
Getter for the dataType string value

Returns:
the dataType

setDataType

public void setDataType(DataType dataType)
Setter for the dataType

Parameters:
dataType - the dataType to set

getDataType

public DataType getDataType()
Getter for the dataType

Returns:
the dataType

getTaxonomy

public String getTaxonomy()
Getter for the taxonomy

Returns:
the taxonomy

setTaxonomy

public void setTaxonomy(String taxonomy)
Setter for the taxonomy

Parameters:
taxonomy - the taxonomy to set

setIsCyclic

public void setIsCyclic(boolean isCyclic)
Setter for the isCyclic flag

Parameters:
isCyclic - the isCyclic flag

isCyclic

public boolean isCyclic()
Getter for the isCyclic flag

Returns:
the isCyclic flag

setIsCyclicValue

public void setIsCyclicValue(String isCyclic)
Setter for the isCyclic attribute

Parameters:
isCyclic - the isCyclic attribute to set

getIsCyclicValue

public String getIsCyclicValue()
Getter for the isCyclic attribute

Returns:
the isCyclic attribute