com.novell.nds.dirxml.driver.xds
Class ReadAttrType

java.lang.Object
  extended bycom.novell.nds.dirxml.driver.xds.ReadAttrType

public class ReadAttrType
extends Object

An enumeration of values for a <read-attr> element's type attribute.


Field Summary
static ReadAttrType DEFAULT
          "default"
static ReadAttrType XML
          "xml"
 
Method Summary
 String toString()
          Returns a string representation of this type (e.g., "xml", "default").
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML

public static final ReadAttrType XML
"xml"


DEFAULT

public static final ReadAttrType DEFAULT
"default"

Method Detail

toString

public String toString()
Returns a string representation of this type (e.g., "xml", "default").

Returns:
will not return null