wt.introspection
Class DatastoreElementType

java.lang.Object
  extended by wt.introspection.DatastoreElementType

public class DatastoreElementType
extends Object

Enumeration of constants for kinds of database elements.

Supported API: true
Extendable: false


Method Summary
static DatastoreElementType toEnum(String theValue)
          toEnum

Supported API: true
 String toString()
          toString

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toEnum

public static DatastoreElementType toEnum(String theValue)
toEnum

Supported API: true

Parameters:
string - value to case

toString

public final String toString()
toString

Supported API: true

Overrides:
toString in class Object