Uses of Class
org.android.activityminer.pmml.model.datadictionary.Properties

Packages that use Properties
org.android.activityminer.pmml.model PMML - The main model representation. 
org.android.activityminer.pmml.model.datadictionary PMML - Data dictionary representation. 
 

Uses of Properties in org.android.activityminer.pmml.model
 

Fields in org.android.activityminer.pmml.model declared as Properties
private  Properties Value.property
          The property attribute
 

Methods in org.android.activityminer.pmml.model that return Properties
 Properties Value.getProperty()
          Getter for the property
 

Methods in org.android.activityminer.pmml.model with parameters of type Properties
 void Value.setProperty(Properties property)
          Setter for the property
 

Uses of Properties in org.android.activityminer.pmml.model.datadictionary
 

Methods in org.android.activityminer.pmml.model.datadictionary that return Properties
static Properties Properties.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Properties[] Properties.values()
          Returns an array containing the constants of this enum type, in the order they are declared.