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

java.lang.Objectorg.android.activityminer.pmml.model.Value
public class Value
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 |
|---|
private String value
private String displayName
private Properties property
| Constructor Detail |
|---|
public Value()
| Method Detail |
|---|
public String getValue()
public void setValue(String value)
value - the value to setpublic void setDisplayName(String displayName)
displayName - the displayName to setpublic String getDisplayName()
public Properties getProperty()
public void setProperty(Properties property)
property - the property to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||