org.das2.client
Class Key

java.lang.Object
  extended by org.das2.client.Key

public class Key
extends java.lang.Object


Constructor Summary
Key(java.lang.String value)
          Creates a new instance of Key
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Key

public Key(java.lang.String value)
Creates a new instance of Key

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object