wt.tools.metamodel
Class ClassifierKind

java.lang.Object
  extended bywt.tools.metamodel.ClassifierKind

public class ClassifierKind
extends Object

Enumeration of constants for kinds of classifiers.


Field Summary
static ClassifierKind COMPLEX
           
static ClassifierKind PRIMITIVE
           
static ClassifierKind PRIMITIVE_WRAPPER
           
protected  String value
           
 
Constructor Summary
protected ClassifierKind(String theValue)
           
 
Method Summary
static ClassifierKind toEnum(String theValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value

PRIMITIVE

public static final ClassifierKind PRIMITIVE

PRIMITIVE_WRAPPER

public static final ClassifierKind PRIMITIVE_WRAPPER

COMPLEX

public static final ClassifierKind COMPLEX
Constructor Detail

ClassifierKind

protected ClassifierKind(String theValue)
Method Detail

toEnum

public static ClassifierKind toEnum(String theValue)

toString

public final String toString()