|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.pmml.header.Application
public class Application
The PMML application representation.
Field Summary | |
---|---|
private String |
name
The optional name attribute |
private String |
version
The optional version attribute |
Constructor Summary | |
---|---|
Application()
|
Method Summary | |
---|---|
String |
getName()
Getter for the name |
String |
getVersion()
Getter for the version |
void |
setName(String name)
Setter for the name |
void |
setVersion(String version)
Setter for the version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String name
private String version
Constructor Detail |
---|
public Application()
Method Detail |
---|
public final String getName()
public final void setName(String name)
name
- the name to setpublic final String getVersion()
public final void setVersion(String version)
version
- the version to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |