org.android.activityminer.pmml.model
Class Value

Package class diagram package Value
java.lang.Object
  extended by org.android.activityminer.pmml.model.Value

public class Value
extends Object

The value representation


Field Summary
private  String displayName
          The optional display name attribute
private  Properties property
          The property attribute
private  String value
          The name attribute
 
Constructor Summary
Value()
          Constructor
 
Method Summary
 String getDisplayName()
          Getter for the displayName
 Properties getProperty()
          Getter for the property
 String getValue()
          Getter for the value
 void setDisplayName(String displayName)
          Setter for the displayName
 void setProperty(Properties property)
          Setter for the property
 void setValue(String value)
          Setter for the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private String value
The name attribute


displayName

private String displayName
The optional display name attribute


property

private Properties property
The property attribute

Constructor Detail

Value

public Value()
Constructor

Method Detail

getValue

public String getValue()
Getter for the value

Returns:
the value

setValue

public void setValue(String value)
Setter for the value

Parameters:
value - the value to set

setDisplayName

public void setDisplayName(String displayName)
Setter for the displayName

Parameters:
displayName - the displayName to set

getDisplayName

public String getDisplayName()
Getter for the displayName

Returns:
the displayName

getProperty

public Properties getProperty()
Getter for the property

Returns:
the property

setProperty

public void setProperty(Properties property)
Setter for the property

Parameters:
property - the property to set