org.eclipse.ohf.bridge.type
Class GenericAdtValue

java.lang.Object
  extended by 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

Field Summary
static GenericAdtValue[] EMPTY_ARRAY
           
 
Constructor Summary
GenericAdtValue()
           
 
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
 

Field Detail

EMPTY_ARRAY

public static final GenericAdtValue[] EMPTY_ARRAY
Constructor Detail

GenericAdtValue

public GenericAdtValue()
Method Detail

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.