org.eclipse.ohf.bridge.type
Class GenericAdtValue
java.lang.Object
org.eclipse.ohf.bridge.type.GenericAdtValue
- All Implemented Interfaces:
- java.io.Serializable
public class GenericAdtValue
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getData()
|
java.lang.String |
getPath()
|
void |
setData(java.lang.String pData)
|
void |
setPath(java.lang.String pPath)
|
java.lang.String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EMPTY_ARRAY
public static final GenericAdtValue[] EMPTY_ARRAY
GenericAdtValue
public GenericAdtValue()
getData
public java.lang.String getData()
setData
public void setData(java.lang.String pData)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String pPath)
toString
public java.lang.String toString()
- Constructs a
String with all attributes in name = value format.
- Overrides:
toString in class java.lang.Object
- Returns:
- a
String representation of this object.