|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.properties.AbstractProperty
com.kuka.nav.fleet.graph.properties.CustomUserData
public class CustomUserData
Property defining the custom user data of a topology graph node or edge.
| Constructor Summary | |
|---|---|
CustomUserData()
Ctor. |
|
CustomUserData(String customUserData)
Ctor. |
|
| Method Summary | |
|---|---|
String |
getCustomUserData()
Returns _customUserData. |
String |
getValue()
Returns the CustomUserData value as a String. |
String |
getValueToDisplay()
Returns the value(s) in a way to show it in a UI. |
void |
setCustomUserData(String customUserData)
Sets the customUserData. |
String |
toString()
|
| Methods inherited from class com.kuka.nav.fleet.graph.properties.AbstractProperty |
|---|
equals, fireChanged, getAllowedTypes, getId, hashCode, setId, tryGetParamFromString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CustomUserData(String customUserData)
customUserData - the custom user datapublic CustomUserData()
| Method Detail |
|---|
public String getCustomUserData()
public void setCustomUserData(String customUserData)
customUserData - The user datapublic String getValue()
public String toString()
toString in class Objectpublic String getValueToDisplay()
Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||