Classgen v1.4

classgen.framework
Class NodeType

java.lang.Object
  |
  +--classgen.framework.NodeType

public class NodeType
extends java.lang.Object

Implements the typesafe enum pattern.

Version:
$Revision: 1.1 $, $Date: 2003/08/07 14:56:53 $
Author:
Florian Deissenboeck, Sebastian Winter

Field Summary
static NodeType ALTERNATIVE
           
static NodeType LIST
           
static NodeType RECORD
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALTERNATIVE

public static final NodeType ALTERNATIVE

LIST

public static final NodeType LIST

RECORD

public static final NodeType RECORD
Method Detail

toString

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

Classgen v1.4

Copyright © 2000-2003 Florian Deissenboeck, Sebastian Winter