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

java.lang.Objectorg.android.activityminer.pmml.model.NamedTypeWithDisplayName
public abstract class NamedTypeWithDisplayName
The base type with display name
| Field Summary | |
|---|---|
private String |
displayName
The optional display name attribute |
private String |
name
The symbolic name. |
| Constructor Summary | |
|---|---|
NamedTypeWithDisplayName()
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Getter for the displayName |
String |
getName()
Getter for the name |
void |
setDisplayName(String displayName)
Setter for the displayName |
void |
setName(String name)
Setter for the name |
| 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 displayName
| Constructor Detail |
|---|
public NamedTypeWithDisplayName()
| Method Detail |
|---|
public void setName(String name)
name - the name to setpublic String getName()
public String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||